AbreezaSaleem / react-voice-recorder-player

Voice Recorder Component for React
MIT License
28 stars 6 forks source link

Add customizability to MediaRecorder options (noiseCancellation, echo, etc.) #9

Closed davidchi31415 closed 4 weeks ago

davidchi31415 commented 1 year ago

More customizability over these options would be nice.

AbreezaSaleem commented 1 year ago

Hi. I'll get to this in the next two weeks hopefully. In the meantime you're welcome to open Pull Request containing the requested changes. :)

AbreezaSaleem commented 4 weeks ago

@davidchi31415 So I had a chance to look into this and MediaDevices API by default provides us with Noise Suppression and Echo Cancelling. Details about such constraints can be found here and I doubt people will want to turn these off.

However, I can take this a step further and do some audio processing to enhance the audio quality. Its a compelling idea and I might look into it but for now I am closing this ticket.