As the title describes how can I have an audio file play when transitioning from one image to the next using either a UDP or Keyboard input?
3 comments
-
Brandon Add an Audio-only zone, put an "idle" state in there (either an Event Handler with stop playback or a silent audio client at the same sampling rate as your media) and have it listen for a Zone Message and transition to the desired audio clip to play.
Have your UDP/Keyboard input event(s) send the same Zone Message to trigger the audio in the Audio-only zone.
-
Daniel Hallam Great that works thank you!
Is there way of making the audio file play only once instead of repeating?
Also I need different audio files to play when transitioning to different slides, at the moment the one I have set up seems to be overriding any other event handler zone message I put in place.
Thanks again
-
^UD\_$ Without looking at your presentation, I would say that you need a Media End Event, in order to stop your audio from looping.
We could probably be more helpful to you, if you post your BA project here.