I have audio files and I am using Web Audio API to play them on browser. Now I want to play all the audio files simultaneously.
I got audio buffers for all the audio files using Web Audio API. I can loop through all and can play them but I want to merge all the audio buffers into one single audio buffer and then play it.
Does anyone have an idea to merge two audio buffers in Web Audio API?