@geut/opus

0.0.5 • Public • Published

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

🐛 If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.

Contributing

👥 Ideas and contributions to the project are welcome. You must follow this guideline.

License

MIT © A GEUT project

/@geut/opus/

    Package Sidebar

    Install

    npm i @geut/opus

    Weekly Downloads

    9

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    1.2 MB

    Total Files

    15

    Last publish

    Collaborators

    • geutuser
    • the-real-dk
    • tinchoz49
    • estebanprimost