0.0.1 • Published 2 years ago

@kj800x/react-native-opus-decode v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-opus-decode

Opus decoder for react-native (only iOS is currently supported).

Installation

npm install @kj800x/react-native-opus-decode

Usage

import { decodeOpus } from '@kj800x/react-native-opus-decode';

// ...

const localWavPath = await decodeOpus('https://filesamples.com/samples/audio/opus/sample4.opus');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT