Stream url mp3 to speaker 100w ( Amp built_in) #286
-
I can stream mp3 (128kbps) to ESP32 with PCM5102A and 5w speaker no problem, but when I tried to use 100W speaker (amp built in) , the music seem delay short time ( ~ 0.1s) in during stream. Sorry my bad English. Respectfully |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Aug 4, 2022
Replies: 1 comment
-
See Note that I don't know how much delay your hardware components are adding. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See
https://github.com/pschatzmann/arduino-audio-tools/wiki/Performance
I would expect that mp3 is adding more delay then wav due to the internal buffering.
Note that I don't know how much delay your hardware components are adding.