URLStream Playing audio data is very slow #2121
-
Problem DescriptionURLStream Playing audio data is very slow Device Descriptionesp32-s3 SketchURLStream url;
EncodedAudioStream dec(&i2s_stream, &decoder);
StreamCopy copier(dec, url);
copier.copy(); Other Steps to ReproduceNo response What is your development environment (incl. core version info)No response I have checked existing issues, discussions and online documentation
|
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Aug 4, 2025
Replies: 1 comment 1 reply
-
This is certenly not a bug in my library:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is certenly not a bug in my library: