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

Using only custom audio settings if provided

Open MorganTrudeau opened this issue 11 months ago • 0 comments

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 default values. In this pull request if you provide custom audio settings it will only use those settings. If custom audio settings are not passed in then defaults are used.

MorganTrudeau avatar Sep 14 '23 17:09 MorganTrudeau