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

### Version of react-native-audio-recorder-player "react-native-audio-recorder-player": "^2.6.2" ### Platforms you faced the error (IOS or Android or both?) IOS ### Expected behavior When provided with a URL link to a .wav...

🥺 feature request
🎛 codec

When the track finishes playing, if I try to seek player, I am getting error: `Error: mediaPlayer is null on seek` "react-native-audio-recorder-player": "^3.5.1" "react-native": "0.67.4" Platform: Android emulator ### Expected...

❓ question
🤖 android

In Android 13 (Api Level 33) WRITE_EXTERNAL_STORAGE is not granted and the permission check will fail. The library defines these permissions in the AndroidManifest.xml and in RNAudioRecorderPlayerModule.kt startRecorder explicitly checks...

💬 discussion
🤖 android

is there any option to play back recorded audio in faster or slower modes(like 0.5x or 2x)

🥺 feature request

Hi there, I need to build a smart recorder that finishes recording when a user stops talking. Is there any attribute in your library that can help me do that?...

Hi After adding kotlin to android build.gradle dependencies. The bundle increase to enormous size, any suggestions?

❓ question
💬 discussion
🤖 android

hello, i am trying to build a whatsapp like voice messaging system, when a user record a audio, i would like to receive voice meter data related with recorded audio,...

❓ question

I have a project and when I ran this project I can`t record any audio, It works fine on android emulator, but on IOS simulator It just not works at...

🤖 android
👁 need reproduction

> 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 audioRecorderPlayer = new AudioRecorderPlayer(); const onPausePlay = async () => { await audioRecorderPlayer.audioRecorderPlayer.pausePlayer(); }; const onStopPlay = async () => { console.log('onStopPlay'); await audioRecorderPlayer.stopPlayer(); audioRecorderPlayer.removePlayBackListener(); }; This two methods...