You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to filter Audio items by Scene? As you can see in the screenshots, in OBS Studio there is 2 items in the audio mixer, and in the other, there is 7. I am creating a remote control app, here is my code:
In Streamlabs you can call streamlabsObsRequest('AudioService', 'getSourcesForCurrentScene', activeScene.resourceId).then(devices => { }) to get only the audio items in 'activeScene'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
is there a way to filter Audio items by Scene? As you can see in the screenshots, in OBS Studio there is 2 items in the audio mixer, and in the other, there is 7. I am creating a remote control app, here is my code:
`function obsStudioConnect() {
}`
In Streamlabs you can call streamlabsObsRequest('AudioService', 'getSourcesForCurrentScene', activeScene.resourceId).then(devices => { }) to get only the audio items in 'activeScene'
Screenshots:
Beta Was this translation helpful? Give feedback.
All reactions