How can I use Opus Codec from JavaScript

后端 未结 4 482
耶瑟儿~
耶瑟儿~ 2021-02-05 15:31

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

4条回答
  •  无人共我
    2021-02-05 16:02

    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.

提交回复
热议问题