Skip to content

net2phone/react-native-opus-decode

 
 

Repository files navigation

react-native-opus-decode

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

Build status

Installation

npm install react-native-opus-decode

Usage

import { decodeOpus } from '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

About

React Native Opus Decode

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Other 1.7%