The Question:
Can I use Javascript to mix multiple audio files into one audio?
For example, I have a long people voice and a short background voice, and I need to get mixed audio which the background voice will play until people voice finish.
Is there any way that I achieve this with Javascript?
What I do:
I trying some audio third library like Tone.js and Howler.js, but still can't have any progress
If someone knows this, I will be very grateful, thinks.