espressif / esp-adf

Espressif Audio Development Framework
Other
1.54k stars 676 forks source link

ESP32-S3-Korvo-1 slow fade in (AUD-5096) #1125

Closed pborcin closed 7 months ago

pborcin commented 9 months ago

Environment

Problem Description

When playing audio on speaker, the first time it plays fine, any consecutive replay has very slow fade in - the recording is not audible until the very end. After changing ret |= es8311_write_reg(codec, ES8311_DAC_REG37, 0x48); to ret |= es8311_write_reg(codec, ES8311_DAC_REG37, 0x08); in device/es8311.c:es8311_start(), the recording plays fine.