You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
ESP32-S3-Korvo-1 slow fade in
ESP32-S3-Korvo-1 slow fade in (AUD-5096)
Dec 19, 2023
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);
toret |= es8311_write_reg(codec, ES8311_DAC_REG37, 0x08);
in device/es8311.c:es8311_start(), the recording plays fine.The text was updated successfully, but these errors were encountered: