obs-web icon indicating copy to clipboard operation
obs-web copied to clipboard

Is it possible to see the audio mixer with realtime level and slider control?

Open nospam2k opened this issue 2 years ago • 11 comments

The title says it all, but if not, can you direct me to where I can get api info for getting real time audio level data and control?

nospam2k avatar Dec 28 '22 23:12 nospam2k

For real-time volume events, see https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#inputvolumemeters

There are also these methods: https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#getinputvolume https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#setinputvolume

Niek avatar Dec 29 '22 05:12 Niek

thx!

nospam2k avatar Dec 29 '22 05:12 nospam2k

has anyone started implementing these controls into the app?

Rushmore75 avatar Apr 21 '23 19:04 Rushmore75

https://github.com/Kounex/obs_blade/issues/41

nospam2k avatar Apr 21 '23 19:04 nospam2k

web_remote_for_OBS: https://github.com/dvangennip/web_remote_for_OBS

iesv avatar Jul 20 '23 18:07 iesv

@Niek Thank you!☺️

s-e-t-h avatar Oct 30 '23 12:10 s-e-t-h

Are you planning to implement audio control?

nospam2k avatar Nov 15 '23 16:11 nospam2k

@nospam2k @Niek I could not get the web_remote_for_OBS to connect to my OBS, I think it may be broken as it has not been updated.

Can the audio code be merged with this, working project?

s-e-t-h avatar Nov 15 '23 16:11 s-e-t-h

Audio control would definitely be interesting, but I didn't have the time yet to work on this. If someone wants to pick this up, that would be amazing.

Niek avatar Nov 15 '23 16:11 Niek

@nospam2k @Niek I could not get the web_remote_for_OBS to connect to my OBS, I think it may be broken as it has not been updated.

Can the audio code be merged with this, working project?

I just tried this on the latest version of OBS on my Mac (v30.0.0) and it works. Two things to check #1 - Unless you are using a proxy, you have to use http and not https. #2 - localhost didn't work for me. I had to use the machines ip.

Sorry: Misunderstood. web_remote_for_OBS isn't working for me either. NVM

nospam2k avatar Nov 15 '23 17:11 nospam2k

@nospam2k @Niek I could not get the web_remote_for_OBS to connect to my OBS, I think it may be broken as it has not been updated. Can the audio code be merged with this, working project?

I just tried this on the latest version of OBS on my Mac (v30.0.0) and it works. Two things to check #1 - Unless you are using a proxy, you have to use http and not https. #2 - localhost didn't work for me. I had to use the machines ip.

Sorry: Misunderstood. web_remote_for_OBS isn't working for me either. NVM

Thanks for the tip! I will give that a go, I may need to update my OBS as well.

s-e-t-h avatar Nov 15 '23 20:11 s-e-t-h