Friday 15 July 2011

How to convert PCM audio to Opus using Javascript? -



How to convert PCM audio to Opus using Javascript? -

i having wav file pcm format , know if there way convert opus format ogg container, using javascript.

the best approach take standard opus encoder , compile javascript emscripten. here project has set up: opus.js-sample

javascript

1 comment:

  1. Ideally you need to use a wasm binary within javascript something like FFMpeg would be great. This is a Opus converter that uses FFMpeg directly within the web browser https://davidclews.com/article/95.html

    ReplyDelete