1
Hello! I am stuck in a problem and I would like a help. I have very limited knowledge and already thank you too much.
I need to load a list of audios to play at the same time, as a mixer, but I’m having trouble synchronizing, because the tracks do not load at the same time, causing a delay.
<div class='audio-container' name='Audio' preload="auto">
<audio name="audio1" url="audio/audio1.mp3"></audio>
<audio name="audio2" url="audio/audio2.mp3"></audio>
<audio name="audio3" url="audio/audio3.mp3"></audio>
</div>
The Preload="auto" does not work very well, because the audio list is much larger. The idea is to have a load bar, informing the "download" of each track. It is possible?
Thanks again for your help!
Sergio, I found a link (Topical) in the American stack overflow , it shows how to use Preload with multiple audio files, it may be that some information from there can help you. Hugs.
– Gustavo Tenório
Poizé. I also found this topic and I’m here burning the mufa on top of it. I have very limited knowledge, but I’m trying. Thank you so much for helping Gustavo! Hugging!
– Sérgio Moreno