Encoding PCM with Opus in JavaScript?

2.4k views Asked by At

I'm trying to stream microphone sound with Socket.IO, and looks like the best compression codec, so far, is Opus.

I found this opus.js project, but have no idea how to use it, it's in a language that I can't even identify.

Does anybody know how to encode PCM with Opus directly from the browser? In pieces to play in another client, not one big final file.

Or any other compression method? As long it works in JS.

0

There are 0 answers