Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
I have 3 audio files which starts playing after triggering 3 separate functions. Is there a way to assign one single toggle button to mute all the audio instead of pause?
Solved! Go to Solution.
Hello,
In a such case, I am creating a custom Javascript function who refers to 3 Audio Players Widget to run method Stop.
I call this Javascript function when clicking the Button.
I think it is a similar way with Binding.
I didn't find anything in documentation about a mute behavior in Vuforia Studio.
It seems to be an new behavior.
Best Regards,
Samuel
Hello,
In a such case, I am creating a custom Javascript function who refers to 3 Audio Players Widget to run method Stop.
I call this Javascript function when clicking the Button.
I think it is a similar way with Binding.
I didn't find anything in documentation about a mute behavior in Vuforia Studio.
It seems to be an new behavior.
Best Regards,
Samuel