OzkanAbdullahoglu / react-native-audio-trimmer

audio recorder and trimmer with react native and expo
6 stars 2 forks source link

trim sound #64

Open khouloudferchichi opened 4 years ago

khouloudferchichi commented 4 years ago

the code does not work on android. createBuffer of audio displays a warning. [Unhandled promise rejection: RangeError: ArrayBuffer length minus the byteOffset is not a multiple of the element size] Please can you help me?

OzkanAbdullahoglu commented 4 years ago

I know that this was problematic in android. but the error which I faced was different. let me arrange my schedule to take a look into that. I will try to provide more feedback in the following days.

maidul98 commented 3 years ago

Hello, I am also facing the same issue. What could be the problem? I have been stuck trying to solve it for a while, but no progress has been made. Any help would be greatly appreciated

Also, I am on IOS

kapz28 commented 3 years ago

Hey I have the same issue for android where trimmed sounds don't work properly at times, again thank you for making this project, I'll try finding a fix If I do I'll post here.

maidul98 commented 3 years ago

Hey I have the same issue for android where trimmed sounds don't work properly at times, again thank you for making this project, If try finding a fix I'll post here.

Thanks!

ashishAmz commented 2 years ago

I am also facing same issue, did anyone find solution?

maidul98 commented 2 years ago

I have decided to use https://www.npmjs.com/package/react-native-ffmpeg instead and it does wonders

Aycom366 commented 7 months ago

I have decided to use https://www.npmjs.com/package/react-native-ffmpeg instead and it does wonders

can we have a repo to see how you've done this?