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
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: