0.0.5 • Published 3 years ago

@geut/opus v0.0.5

Weekly downloads
78
License
MIT
Repository
github
Last release
3 years ago

opus

WebAssembly Opus encoder/decoder

Build Status JavaScript Style Guide standard-readme compliant

Made by GEUT

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

  1. git clone --recursive https://github.com/geut/opus.git
  2. 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

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago