I would like to see if it\'s possible to have direct access to Opus using getUserMedia
or anything similar from the latest browsers.
I\'ve been researching
We're using emscripten for encoding and decoding using gsm610 with getUserMedia, and it works incredibly well, even on mobile devices. These days javascript gives almost native performance, so emscripten is viable for compiling codecs. The only issue is potentially very large .js files, so you want to only compile the parts you are using.