react-native-ios-ogg-decoder
v1.0.3
Published
react-native-ios-ogg-decoder is a react native package built with Nitro to decode Ogg files for iOS
Maintainers
Readme
react-native-ios-ogg-decoder
react-native-ios-ogg-decoder is a react native package built with Nitro to decode Ogg files for iOS
Requirements
- React Native v0.76.0 or higher
- Node 18.0.0 or higher
Installation
npm install react-native-ios-ogg-decoder react-native-nitro-modules react-native-nitro-fsExample
import { decodeOgg } from 'react-native-ios-ogg-decoder';
const localWavPath = await decodeOgg('https://filesamples.com/samples/audio/ogg/sample4.ogg');Credits
Bootstrapped with create-nitro-module.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
