Skip to main content
1-Visitor
January 25, 2021
Solved

Toggling mute and unmute for audio in vuforia studio

  • January 25, 2021
  • 1 reply
  • 1341 views

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?

Best answer by sdidier

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

1 reply

sdidier17-PeridotAnswer
17-Peridot
January 25, 2021

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