hyochan / react-native-audio-recorder-player

react-native native module for audio recorder and player.
MIT License
681 stars 203 forks source link

Not able to Record .wav format with a lossless compression #605

Open ikarthik108 opened 1 month ago

ikarthik108 commented 1 month ago

I am unable to find a fay to configure the audio options for android which fulfills the all of following requirements: 1.The recording should be stored in .wav format

  1. The audio encoding should be lossless(it should not be compressed)
  2. sampling rate should be 16000

Version of react-native-audio-recorder-player

Latest

Version of React Native

Platforms you faced the error (IOS or Android or both?) Android

Expected behavior

Actual behavior

Steps to reproduce the behabior