Replies: 1 comment 1 reply
-
GetSourceList in the sheet was meant to provide a list of inputs and scenes. The replacement for 4.x GetSourcesList in 5.x is GetInputList. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have installed the obs websocket 5.0.0 beta1 version in order to use the EventSubscription::InputVolumeMeters functionality which is currently not available in the released version 4.9.1.
What I intend to do is to get the sources of the OBS audio mixer and display the levels of the volume (vu meters) inputs of each source in my project. Please see the attached image, by vu meters I am reffering to the green filled rectangles of the mic
Using the obs websocket 4.9.1, I am currently retrieving the obs audix mixer sources using a GetSourcesList request but I have noticed that on 5.0.0 beta1 is not yet implemented according to the document below
https://docs.google.com/spreadsheets/d/1LfCZrbT8e7cSaKo_TuPDd-CJiptL7RSuo8iE63vMmMs/edit#gid=1232838276
Is there anything else that I could use in order to retrieve those sources using obs websocket 5.0.0 beta1?
Please address the following questions:
the EventSubscription::InputVolumeMeters functionality?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions