react-native-audio-recorder-player icon indicating copy to clipboard operation
react-native-audio-recorder-player copied to clipboard

Some audio files won't play on iOS

Open tfsjohan opened this issue 11 months ago • 0 comments

I have a strange behavior. Some audio files recorded with RNARP on iOS won't play. When I call startPlayer with a URL I get back the played url. The addPlayBackListener receives two calls with currentPosition and duration set to 0.

The same files plays on Android and web browsers both on iOS, Android and desktop.

The mime type for both failing and working files are audio/x-m4a. It's the same backend for both working and not working files.

Any ideas what's wrong and what I can do to fix this?

tfsjohan avatar Sep 18 '23 07:09 tfsjohan