Skip to content

Pauses during streaming #1727

Answered by pschatzmann
y-nk asked this question in Q&A
Oct 1, 2024 · 2 comments · 12 replies
Discussion options

You must be logged in to vote

Usually no PSRAM should be necessary.

For MP3 the sd speed is usually not any problem, but it is more likely when using uncompressed data with WAV:
Did you test if the audio is ok with anouther output: If you don't have an external I2S DAC, you can use the internal DAC of the ESP32 with the AnalogAudioStream and test it with some earphones:

The output goes to the DAC pins GPIO25 (Channel 1) and GPIO26 (Channel 2). Just connect GND on one of the channels with the earphones to check if it is breaking up there as well.

If this is working then the issue is most likely on the A2DP side, which is sometimes quite challaging for this scenario:
You can test the A2DP side with some sine tests:

Replies: 2 comments 12 replies

Comment options

You must be logged in to vote
7 replies
@pschatzmann
Comment options

@y-nk
Comment options

@y-nk
Comment options

@y-nk
Comment options

@pschatzmann
Comment options

Answer selected by pschatzmann
Comment options

You must be logged in to vote
5 replies
@pschatzmann
Comment options

@y-nk
Comment options

@pschatzmann
Comment options

@pschatzmann
Comment options

@y-nk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants