Change sample rate of AudioContext (getUserMedia)

As far as I know, there is no way to change the sample rate within an audio context. The sample rate will usually be the sample rate of your recording device and will stay that way. So you will not be able to write something like this: var input = audio_context.createMediaStreamSource(stream); var resampler = new … Read more