-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
i2s_ad_dac example has gaps in playback (IDFGH-7862) #9389
Labels
Resolution: Done
Issue is done internally
Status: Awaiting triage
Status: Done
Issue is done internally
Comments
github-actions
bot
changed the title
i2s_ad_dac example has gaps in playback
i2s_ad_dac example has gaps in playback (IDFGH-7862)
Jul 19, 2022
espressif-bot
added
Status: Selected for Development
Issue is selected for development
and removed
Status: Opened
Issue is new
labels
Sep 22, 2022
The issue can be fixed by changing the I2S configuration from .dma_buf_count = 2,
.dma_buf_len = 1024, to
The fix is on the way. |
Hi @L-KAYA, I just tested the example with the new settings and can confirm that the resulting audio is clear and without gaps. |
espressif-bot
added
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Resolution: Done
Issue is done internally
and removed
Status: Selected for Development
Issue is selected for development
Resolution: NA
Issue resolution is unavailable
labels
Sep 26, 2022
antmak
pushed a commit
to antmak/dev-idf
that referenced
this issue
Sep 28, 2022
espressif-bot
pushed a commit
that referenced
this issue
Sep 29, 2022
espressif-bot
pushed a commit
that referenced
this issue
Nov 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Resolution: Done
Issue is done internally
Status: Awaiting triage
Status: Done
Issue is done internally
Environment
v4.4.1-581-gee2029c38a
andv5.0-dev-4257-g508661b03e
Problem Description
Audio playback is laggy.
There seems to be approx 64.4ms period of playback followed by approx the same length (64.4ms) period of silence - this pattern repeats and the resulting audio is horribly unusable, laggy / chopped.
Expected Behavior
Clear audio without pauses, lags, gaps,...
Actual Behavior
Gaps in playback
Steps to reproduce
In the pictures, channel 2 is ADC output, and channel 3 is amplifier output
Relates to Arduino-ESP32 issue espressif/arduino-esp32#5938
The text was updated successfully, but these errors were encountered: