Toggling between audio streams

How do I program my presentation such that my user can toggle between audio streams?

I have 2 audio streams (say audio A and audio B) for my video. I would like to program my presentation such that my user can toggle between the two audio streams. Only one audio stream is to be played at anytime, depending on the selection choice of the user.

I would like to set audio A as the default audio stream, so that when the video is first played, only audio A will be played. Subsequently, users can press a button to toggle between audio A and audio B. To achieve this effect, I tried to set triggers to mute and unmute both audios at appropriate moments but to no avail. Could you please guide me the exact steps to go about this?

Thank you.

*I’m using Active Presenter v10.0

Hi,

Please find the project below for your reference.

audio.approj (2.1 MB)

In this project:

  • Two interactive timelines are used for two audio files.

  • A True/False variable is added to determine which timeline is currently playing.

  • Actions are added to the Toggle Audio button.

Hope this helps!