PatrissolJuns / react-native-audio-video-tools

React-native library that allows performing some advanced operation on audios and videos
https://www.npmjs.com/package/react-native-audio-video-tools
MIT License
28 stars 16 forks source link

Used audio cut method #6

Open Divya892 opened 3 years ago

Divya892 commented 3 years ago

Hi, I installed react-native-audio-video-tools to use cut() for audio

I have this output in the logs: Screenshot 2021-06-25 at 6 13 25 PM

it happens while I try to cut an audio

PatrissolJuns commented 3 years ago

Did you well installed react-native-ffmpeg?

Divya892 commented 3 years ago

Did you well installed react-native-ffmpeg?

Yes, followed these steps:

yarn add react-native-ffmpeg Added use_native_modules! to Podfile and pod install

PatrissolJuns commented 3 years ago

On which platform are you testing ? Android or iOS ?

Divya892 commented 3 years ago

On which platform are you testing ? Android or iOS ?

Tested on both platform

PatrissolJuns commented 3 years ago

Please can you provide more ways to help you, for instance, your piece of code, or more interesting, a full repo to debug your problem? Because there may be several sources of the problems including the way of using the package