W
W
windguru2017-08-08 09:32:13
JavaScript
windguru, 2017-08-08 09:32:13

How can I merge two wav files into one using javascript (not one after the other, but by overlaying)?

It is necessary to merge several audio tracks into one at the output, receiving one file. Is it possible to do this using the Web Audio API? I would be grateful if you throw links, what to read, where to look.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Kitmanov, 2017-08-08
@k12th

You can reproduce exactly, with the help of https://developer.mozilla.org/docs/Web/API/Web_Aud... you can generally mix on the fly.
I'm not sure about outputting to a file, but npm should have a solution for that as well.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question