Skip to content

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'constmyFilePath=getFilePath()constmyNewFile=myFilePath.replace('aac','mp3')transcode(myFilePath,myNewFile).then(()=>console.log('Party!'))

About

Transcode audio format in react-native. Supports mp3 🎉

Topics

Resources

Stars

23 stars

Watchers

7 watching

Forks

Releases

Packages

Used by

Contributors

Languages