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 Play Recorded Audio from Browser in react-native-audio-recorder-player #599

Closed ravis-farooq closed 3 months ago

ravis-farooq commented 3 months ago

Description: I attempted to play an audio file that was recorded from a browser using the link provided (https://inf-minio.dreamkashmir.com/influnairedev/9d8c894c-d8fc-4d5b-8520-85bebae86f0c.aac) within a React Native application utilizing the react-native-audio-recorder-player library. However, despite multiple attempts, the audio file failed to play successfully.

Steps to Reproduce:

Obtain the audio file from the provided link: https://inf-minio.dreamkashmir.com/influnairedev/9d8c894c-d8fc-4d5b-8520-85bebae86f0c.aac Integrate the react-native-audio-recorder-player library into a React Native application. Attempt to play the audio file within the application using the library's playback functionality. Expected Behavior: The audio file should play successfully within the React Native application using the react-native-audio-recorder-player library.

Actual Behavior: The audio file fails to play, and there are no errors or warnings provided by the library indicating the cause of the issue.

ravis-farooq commented 3 months ago

https://stackoverflow.com/a/78236174/13884276 This resolves my problem.