exeldro / obs-move-transition

Move transition for OBS Studio
https://obsproject.com/forum/resources/move-transition.913/
GNU General Public License v2.0
630 stars 45 forks source link

Move source audio on scene transition start when using audio monitoring #180

Open awrebels opened 8 months ago

awrebels commented 8 months ago

I'm using OBS for a live show (not livestream) and am using audio monitoring to play audio out to the sound system. As such audio monitoring doesn't honor the audio crossfading between scenes like the stream output mix does.

I was hoping to use move source to trigger a fade on the relevant audio sources when transitioning to another scene (which tends to have audio as well). As it stands now there isn't a start trigger setting, afaik, that is like "transition in/started". The ones I tried did not trigger until the transition finished. I need to process the fade as soon as the transition starts.

Any ideas or could this be implemented? Thanks!

exeldro commented 8 months ago

instead of audio monitoring the individual sources you can use the audio monitor plugin to monitor output track 1

awrebels commented 8 months ago

ok that's brilliant - thanks!

IkeEisenhauer commented 8 months ago

instead of audio monitoring the individual sources you can use the audio monitor plugin to monitor output track 1

My apologies, I do not quite understand what you are saying, how do I use the audio monitor plug in to monitor a single track? Doesn't the filter need to be applied to source? Thank you in advance.

exeldro commented 8 months ago

@IkeEisenhauer don't use a filter for that, but in the audio monitor dock in the context/config menu go to outputs track 1, make it shown first and set output device next. image

IkeEisenhauer commented 8 months ago

Ah! I see. Thank you so much for the quick response.