Hello,
A newbie here.
I am trying to build a windows app, using c++, which can control the following in the audio mixer of a OBS running instance
- the volume level of a source and the muting on or off functionality (in my case, whatever audio output comes out of my pc and the microphone)
Is there a way I can build a wrapper over the OBS library?
Which library is that from the git repo https://github.com/obsproject/obs-studio and how can I build it and integrate it with visual studio?
I also saw some threads about using a websocket in order to have control over those functionalities but it seems like an overkill.
Please let me know.
Thank you
A newbie here.
I am trying to build a windows app, using c++, which can control the following in the audio mixer of a OBS running instance
- the volume level of a source and the muting on or off functionality (in my case, whatever audio output comes out of my pc and the microphone)
Is there a way I can build a wrapper over the OBS library?
Which library is that from the git repo https://github.com/obsproject/obs-studio and how can I build it and integrate it with visual studio?
I also saw some threads about using a websocket in order to have control over those functionalities but it seems like an overkill.
Please let me know.
Thank you