@bitnet-infotech/react-native-audio-ffmpeg
v1.0.2
Published
Universal audio processing for React Native — merge, convert, trim any audio format. New Architecture Turbo Module.
Downloads
118
Readme
react-native-audio-ffmpeg
Universal audio processing for React Native — merge, convert, trim, and more. Built as a New Architecture Turbo Module with FFmpeg.
Installation
npm install @bitnet-infotech/react-native-audio-ffmpeg
# or
yarn add @bitnet-infotech/react-native-audio-ffmpegPackage: @bitnet-infotech/react-native-audio-ffmpeg (public scoped package on npm).
Peer dependencies: React 19+ and React Native 0.85+.
iOS
cd ios && pod install && cd ..Documentation
See USAGE.md for the full API reference, file paths, permissions, and recipes.
Example app
The example/ app demonstrates convert and merge flows. From the repo root:
yarn bootstrap
yarn --cwd example startLinks
- Repository: https://github.com/BITNET-Infotech/react-native-audio-ffmpeg
- Issues: https://github.com/BITNET-Infotech/react-native-audio-ffmpeg/issues
License
GPL-3.0 — see LICENSE.
