kevinresol / react-native-sound-recorder

Simplest Sound Recorder for React Native
MIT License
119 stars 36 forks source link

need .wav format #57

Closed mohity77777 closed 2 years ago

mohity77777 commented 2 years ago

@kevinresol Can you tell does this library support audio record in wav format ?

kevinresol commented 2 years ago

It is only limited by the underlying native recorder, AVAudioRecorder on iOS and MediaRecorder on Android. Please check their specifications.

mohity77777 commented 2 years ago

You should know if you are maintaining it.