Description
In comparison the recording in MakeCode is a bit louder, the background noise is also increased, but it makes voice recordings a bit easier to understand.
I've created this hex file for comparison using a test version of MakeCode with the latest CODAL tag v0.2.67: makecode-test-record.hex.zip
Button A records, button b plays recording (logo touch changes the playback speed between normal [n], fast [f] and slow [s]).
Code can be seen here: https://makecode.microbit.org/_6x6Hq9EC8i6R
The MakeCode pipeline configuration code can be seen here: https://github.com/microsoft/pxt-microbit/blob/1049fc5ac641da9df65b2be174cbcec0cdfca017/libs/audio-recording/recording.cpp#L44-L56
Maybe it's the creation of a mixer channel with the StreamRecording and the volume configuration below that?