0.5.2 • Published 7 years ago
radweb-react-native-audio-transcoder v0.5.2
Setup
- Install this repository via yarn
- Run
react-native link react-native-audio-transcoder
Android
No additional steps required
iOS
- Add the
AVMediaFoundationlibrary to your root react native project
Interface
import { transcode } from 'react-native-audio-transcoder'
const myFilePath = getFilePath()
const myNewFile = myFilePath.replace('aac', 'mp3')
transcode(myFilePath, myNewFile)
.then(() => console.log('Party!'))0.5.2
7 years ago