Replies: 2 comments 8 replies
-
I did some tests and it is not too hard to add this feature - right at this moment I listen to an AAC web radio station with Tasmota. Main problem is, that this adds roughly 80 kB flash size. But this is no showstopper IMHO as I2S is optional anyway and does not enlarge any standard build. @s-hadinger Do we want to add this feature? If yes, I would like to NOT add an additional build flag as the I2S driver is already quite fragmented. We could opt-out this later, if someone really runs into space issues. |
Beta Was this translation helpful? Give feedback.
-
Thanks @Staars for having developed this, thanks @s-hadinger for your input and thanks @Jason2866 for having merged it. 👍 |
Beta Was this translation helpful? Give feedback.
-
It would be nice if AAC webradio could also be supported. Some radio stations have lower bandwidth streams only available in AAC format.
Tasmota/tasmota/tasmota_xdrv_driver/xdrv_42_0_i2s_audio_idf51.ino
Line 33 in 17ab5a5
already includes
#include "AudioGeneratorAAC.h"
but then nothing is done with it.
Beta Was this translation helpful? Give feedback.
All reactions