Stop all speakers
04 May 2017 01:59
Dear friends,
I have a project with many speaker objects, each playing a different audio file, when clicked. I used a switch select and play sound nodes for that. How could I stop all other audio files when I start playing a new one, so that they don't play together?
Thanks!
I have a project with many speaker objects, each playing a different audio file, when clicked. I used a switch select and play sound nodes for that. How could I stop all other audio files when I start playing a new one, so that they don't play together?
Thanks!
11 May 2017 12:27
I have a project with many speaker objects, each playing a different audio file, when clicked. I used a switch select and play sound nodes for that. How could I stop all other audio files when I start playing a new one, so that they don't play together?Hello,
for now there is now way to stop all sounds at once so you need to stop other Speakers manually via Stop Sound node
12 May 2017 07:13
Thank you, Konstantin!