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

I'm running Example app: https://github.com/hyochan/react-native-audio-recorder-player/tree/main/Example No change at all. On android, after press `Record`, all the buttons become unresponsive, the Timer still fine, I have to press multiple times on...

I'm doing this ``` export const atLeastAndroid13 = (): boolean => { return Platform.OS === 'android' && Platform.Version >= 33; }; const permissions = atLeastAndroid13() ? [PERMISSIONS.ANDROID.RECORD_AUDIO] : [ PERMISSIONS.ANDROID.RECORD_AUDIO,...

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...

> I am new in react native I have used react-native-audio-recorder-player library with 3.5.3 But I am facing issue if I don't follow this step In XCode, in the project...

> 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. ###...

I have added the already permissions. And i am try to setup the IOS manually than show this error in Xcode #import "React/RCTBridgeModule.h" this file not found show error ....

This PR fixes this issue for me (https://github.com/hyochan/react-native-audio-recorder-player/issues/366). Seems there is conflict between some encodings and other settings. Right now there is no way to stop the library from sending...

🍗 enhancement
📱 iOS

> 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. ###...

![Screenshot (236)](https://github.com/hyochan/react-native-audio-recorder-player/assets/77078731/844c8ffb-906e-43c2-8350-5b298ea06363)

### Version of react-native-audio-recorder-player 3.5.1 ### Version of React Native 0.69.5 ### Platforms you faced the error (IOS or Android or both?) Android ### Expected behavior It should start playing...

👁 need reproduction