Forum Discussion
Background Music PLUS Audio Narration
Hello,
I hope someone can help me. I was able to put a continuous background music in my project using this script:
<Audio preload = "auto" autoplay loop autobuffer>
<Source src = "mymusic.mp3" />
<Source src = "mymusic.ogg" />
</ Audio>
However the audio narrations included per slide were not playing.
Anyone knows a workaround?
Thanks!
3 Replies
- BethanyGipson-1Community Member
I am having a similar issue: my background audio is playing just fine behind narration, but with each slide my narration audio gets more and more faint while the background track gets louder. I've tried publishing with and without volume optimization. I hope someone can help us!
- DanGraham1Community Member
Old post, but I've come up with a solution for adding universal audio that should play across slides and not interfere with the narration. I've created a how to video and included all the necessary Javascript and a source file here... https://digitallearning.studio/universal-audio_sl360/
- AnamariaLaFontaCommunity Member
I can't seem to get this one to work for me. Is it different if you're not including the mute/unmute?