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
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.