Anyone know how to mix receiver streams efficiently (in real time by keeping it a stream, no ffmpeg)?
I tried using an npm library, audio-mixer, works but sounds horrible. Is there other libraries, maybe something built in...? I heard web audio api is a thing, but dont understand how to combine that with streams and then use the mixed stream in my node.js app.
Any other ideas or examples?