Sounds in JavaScript

Hi,

You can do as follows:

  1. Insert an audio object into the slide, set it autoplay and initial hidden.
  2. Add an additional timeline, and an appear effect of the audio object to that timeline.
  3. Use prez.startTimeline('timeline name'); to start the timeline. It’ll play the audio.

You can also use only JavaScript as mentioned in this thread:

Regards