Get consistent audio quality with getUserMedia using different browsers

后端 未结 1 970
北海茫月
北海茫月 2021-02-06 01:55

What I\'m doing

I\'m using the getUserMedia API to record audio in the browser and then send this audio to a websocket server. Furthermore, to test the recordings, I u

相关标签:
1条回答
  • 2021-02-06 02:24

    Yeah, you're getting the default input processing on Chrome. This helps cut down on noise, manages auto gain control, and helps avoid echo. Try disabling that in your getUserMedia call, a la:

    https://github.com/cwilso/AudioRecorder/blob/master/js/main.js#L169-L183

    0 讨论(0)
提交回复
热议问题