hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
681 stars 203 forks source link

Unable to hear android recorded voice on iOS and iOS recorded voice on android #610

Open taha200 opened 1 month ago

taha200 commented 1 month ago

I am working on the voice note feature in chat, right now I am sending the file to the backend and play the voice from URL and it works on the android phone from which I sent the voice note but unable to hear this from another iOS phone and same for the file that is being sent by the iOS and unable to hear on android, I also used the file system to first download the voice and then play and this work around is also not working

Version of react-native-audio-recorder-player

3.6.4

Version of React Native

0.71.14

Platforms you faced the error (IOS or Android or both?)

both

Expected behavior

listen on both OS despite sending from any device.

Actual behavior

Explained in description.

Champkinz commented 2 weeks ago

How did you set the path ? Did you check if the format is supported vise versa ?