Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
pborcin opened this issue Dec 19, 2023 · 0 comments
Closed

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

pborcin opened this issue Dec 19, 2023 · 0 comments

Comments

@pborcin
Copy link

pborcin commented Dec 19, 2023

Environment

  • Audio development kit: ESP32-S3-Korvo-1
  • Audio kit version: v5
  • [Required] Module or chip used: ESP32-S3-WROOM-1
  • [Required] IDF version: v5.3-dev-1043-g8c9e29898f
  • [Required] ADF version: component registry - esp_codec_dev component
  • Build system: idf.py
  • Compiler version: 13.2.0
  • Operating system: Linux
  • Using an IDE?: No
  • Power supply: USB

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.

@github-actions github-actions bot changed the title ESP32-S3-Korvo-1 slow fade in ESP32-S3-Korvo-1 slow fade in (AUD-5096) Dec 19, 2023
@pborcin pborcin closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant