Having an Analog MemoryStream Player with ESP32 had a Higher Speed than indicated. #1902
-
Hello Prof. Schatzmann, #include "AudioTools.h" void setup(){ void loop(){ However, I noticed the file's speed was higher. I don't know why. When using i2s and the DAC, it worked out perfectly, with the right speed. Also, what would be the reason for that? I really appreciate it, Prof. Schatzmann. Thank you so much. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not sure, did you try to use the apll with config.use_apll = true ? |
Beta Was this translation helpful? Give feedback.
Not sure, did you try to use the apll with config.use_apll = true ?
You can also try to measre the effective output speed by adding a MeasuringStream into the output chain.