@geut/opus
v0.0.5
Published
WebAssembly Opus encoder/decoder
Downloads
18
Readme
opus
WebAssembly Opus encoder/decoder
Install
$ npm install @geut/opus
Usage
const encoder = require('@geut/opus/encoder')
const decoder = require('@geut/opus/decoder')
;(async () => {
await encoder()
await decoder()
decoder._opus_encode_float // function
decoder._opus_decode_float // function
})
Development
Require
- Emscripten >= 2.0.14
Steps
- git clone --recursive https://github.com/geut/opus.git
- npm run build
Issues
:bug: If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.
Contributing
:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this guideline.
License
MIT © A GEUT project