2

My goal is to able to add multiple tracks from various sources (record live audio, get existing MP3 files or external sources) and be able to overlay them, edit each mp3 file individually such as the pitch/frequency and etc.. My main problem at the moment is finding a library in react-native to be able to process the audio.

I've had different ideas such as trying to use tone.js but the problem with tone.js is that it's built on top of web audio api which only supports browsers and not IOS/Android - I believe...

I'm not too sure what the best approach is to be able to edit audio but potentially to create some sort of an audio processing engine for React Native. I'd love your opinion to get any insight on how I can move forward with audio processing.

N.B. I'm not looking for an audio player as I have seen in other posts.

TL;DR: Need help with audio processing in React Native

0 Answers0