ESP8266Audio icon indicating copy to clipboard operation
ESP8266Audio copied to clipboard

fixed: AudioGeneratorMP3 reads uninitialized memory on first iteration

Open RomanLut opened this issue 2 years ago • 0 comments

On the first iteration, AudioGeneratorMP3 is reading synth->pcm.samples[0][samplePtr] array which is not initialized. May cause Pop sound due to garbage in array.

RomanLut avatar May 07 '22 22:05 RomanLut