Mix multiple named audio streams into a single, stable output stream via the
Web Audio API. Unlike a one-shot compose, inputs can be swapped in place
(e.g. changing the mic device mid-recording) while the output stream stays
the same object. Caller must invoke cleanup() when done.
Mix multiple named audio streams into a single, stable output stream via the Web Audio API. Unlike a one-shot compose, inputs can be swapped in place (e.g. changing the mic device mid-recording) while the output stream stays the same object. Caller must invoke
cleanup()when done.