exeldro / obs-move-transition

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

Audio Move filter doesn't trigger Move Source Activate #200

Open Wishdream opened 8 months ago

Wishdream commented 8 months ago

So I am making something that would trigger when my voice is active like a communicator but Move Source doesn't seem to trigger when using Audio Move.

Problem: Audio Move does not react to source and filter activate/deactivate/show/hide To replicate:

  1. Create a scene
  2. Create a source to move
  3. Create a Move Source filter in the scene
  4. Use Move Source to move the source
  5. Set Start Trigger to Source Show
  6. Now hide the source
  7. Create a microphone source
  8. Create an Audio Move filter
  9. Set scene and source in Audio Move
  10. Set Action to Source Visibility
  11. Then Threshold Action to Enable Over and Disable Under
  12. Set Threshold accordingly to your mic

Intended Result: Move Source should trigger when Audio Move enables the source Actual Result:Move Source does not do anything

It seems that it only works onFilter Enable in Move Source

Is this intended behavior or it just seems to skipping the show and hide sequence?

exeldro commented 8 months ago

I tried to replicate the issue with the steps you provided, as soon as the audio is over the threshold I see the source become visible and the move source filter becomes enabled and does the move. So for me it works all as expected. What version of OBS and the Move plugin did you test with?

Do you have the same source somewhere else visible, making the visibility state of the source not changing because it is always showing?

Wishdream commented 7 months ago

I was working with Version 2.11.0 for Move and 30.1.1 (Linux) for OBS. And no, the source was isolated with the instructions above. It does enable the source, but it doesn't move on my end. Filter Enable makes it work fine but nothing related to the source or the filter being shown.

Can confirm that the problem doesn't seem to happen on Windows. I just checked it now. I might do an update on the Linux end just in-case.