react-native-audio-transcoder

0.3.0 • Public • Published

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!'))

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-audio-transcoder

Weekly Downloads

4

Version

0.3.0

License

Apache-2.0

Last publish

Collaborators

  • commander-lol