Thanks for your contribution: However there are following things that I would like to have changed
Please comment out or remove the Serial.printf that you have added in I2SESP32.h. I don't like to see Serial.printf in my code and it just repeats the information that is printed by cfg.loginfo() anyhow.
In ContainerOgg.h: Remove the second TRACED() on line 66. I think the one that you have added in the beginning is good enough and Remove the out.setAudioInfo(info) in begin(AudioInfo info), it does not make any sense to call it twice after you added it in the begin() method
Thanks for your contribution: However there are following things that I would like to have changed