Equalizer in the web stream with mono output via I2S #1703
-
Is it possible to integrate the equalizer into a webstream? With the following code I was only able to achieve limited success. The stream is played with the equalizer, but it is very slowed down. Thank you very much `#include "AudioTools.h" URLStream url("xxxx", "xxxx"); I2SStream i2s; VolumeStream volume(i2s); void setup() { auto config = i2s.defaultConfig(TX_MODE); cfg_eq = eq.defaultConfig(); dec.begin(); url.begin("Test.mp3", "audio/mp3"); void loop() { |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I guess you just forgot to set the log level to a proper value! like described in the
|
Beta Was this translation helpful? Give feedback.
-
I must be guessing: Bad Wifi connection, network problems, inproper codec memory settings... |
Beta Was this translation helpful? Give feedback.
I guess you just forgot to set the log level to a proper value! like described in the