Automate switching of camera paths based on audio pauses

 

hi,

I am new to Aximmetry and excited to be part of this community.

My question: is it possible to auto switch camera paths based on the audio input?

example:

If the audio goes below 10% input for at least 0.2 seconds switch the scene but and then wait for 5 seconds and do it again.

The point is to cut the camera paths based on "natural" speech pauses.

I did it in OBS but see no way to pass this trigger to aximmetry. So, maybe it is possible in aximmetry itself?

And if it is possible can someone show it to me step by step because I did not get it with tutorials (is there a manual actually?). I hope someone will help me

thanks and many greetings from Austria to my Hungarian neighbours:) - excellent what you are doing with aximmetry 

Thomas




   mediem

 
Profile Image
EricWest
  -  

Hi there.

To start with, you could use a basic setup like this:

The input of the Less Node measures the AudioLevel.
When the Level falls below the defined threshold, the timer starts playing.
When the Level stays below that threshold, the elapsed timer can trigger an event (like switching camera paths).
When the Level rises above the threshold within the time range of the timer,
nothing will be triggered.


 
Profile Image
mediem
  -  

hi Eric,

thanks for your reply. much appreciated, really. I just don't get it where to connect that to my camera paths to trigger them in a random way (or any way for that matter) - yet.

but I will try harder to find the correct pins

 
Profile Image
EricWest
  -  

Hi Mediem.

When the timer is elapsed, it could trigger generating a random Integer between 1 and 3,
which you could then use to select the camera.

Keep in mind though that your camera needs to be in playlist mode for this to work properly:

Cheers & all the best.

Eric.