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

react-native native module for audio recorder and player.

Results 154 react-native-audio-recorder-player issues
Sort by recently updated
recently updated
newest added

> Please fill the template to help you out. Also, please try the `Example` project compare before submiting the issue when you have certain issue with your project setup. ###...

> Please fill the template to help you out. Also, please try the `Example` project compare before submiting the issue when you have certain issue with your project setup. ###...

> Please fill the template to help you out. Also, please try the `Example` project compare before submiting the issue when you have certain issue with your project setup. ###...

> Please fill the template to help you out. Also, please try the `Example` project compare before submiting the issue when you have certain issue with your project setup. ###...

Hi. There seems to be a problem with file URIs containing spaces, on iOS. If there's any space in the URI, either in a subdirectory or the filename, when I...

> Please fill the template to help you out. Also, please try the `Example` project compare before submiting the issue when you have certain issue with your project setup. ###...

const onStartPlay = useCallback(() => { setPaused(false); audioRecorder.startPlayer(voiceRecord); const playbackListener = (e: PlayBackType) => { setCurrentPositionSec(e.currentPosition); setCurrentDurationSec(e.duration); setPlayTime(e.currentPosition); setDuration(e.duration); if (e.currentPosition === e.duration) { onStopPlay(); } return; }; ![image](https://github.com/hyochan/react-native-audio-recorder-player/assets/148306344/1a5bccf3-2f70-46d4-b80a-d34deca7b910)

I'm trying to record audio for Google Speech-to-Text engine on Android. I looked through the docs on configuration available here: https://github.com/hyochan/react-native-audio-recorder-player#able-to-customize-recorded-audio-quality-from-230 It looks like two of the configurable options are...

react-native-audio-recorder-player : 3.5.3 react-native: 0.71.7 when i access the file from my local storage and play using audioRecorderPlayer.startPlayer it give me error await this.audioRecorderPlayer.startPlayer(audioFileUrl); setDataSource failed.: status=0x80000000 this url i...

I have written a function that records audio during a phone call but the resulting audio file has no sound. Does anyone have a solution for this issue? I think...