I’d like to convert an AudioBuffer to a Blob so that I can create an ObjectURL from it and then download the audio file. Answer An AudioBuffer contains non-interleaved Float32Array PCM samples for each decoded audio channel. For a stereo AudioBuffer, it will contain 2 channels. Those channels need to be interleaved first, and then the interleaved PCM must have