How can I use Opus Codec from JavaScript

后端 未结 4 471
耶瑟儿~
耶瑟儿~ 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 15:57

    This is not a complete solution, @Brad's answer is actually the correct one at this time.

    One way to do it is to compile Opus to Emscripten and hope that your PC can handle encoding using JavaScript. Another alternative is to use speex.js.

提交回复
热议问题