Skip to content

Kenshin7/react-native-audio-transcoder

 
 

Repository files navigation

Setup

  • Install this repository via yarn
  • Run react-native link react-native-audio-transcoder

Android

No additional steps required

iOS

  • Add the AVMediaFoundation library 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!'))

About

Transcode audio format in react-native. Supports mp3 🎉

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 56.8%
  • Objective-C 27.8%
  • JavaScript 8.8%
  • Ruby 6.6%