Issues with FLAC and ALAC decoders #2198
-
Hi! I'm new to this framework, recently moved from using the esp adf to develop a little pet project of mine to this. I'm trying to get accustomed to everything so im testing out all sorts of sketches, the library is great but im having a bit of trouble with the FLAC and ALAC decoders. None of them seem to be able to read a file from the web. I've had great success with AAC and streaming an internet radio both to csv and to I2S out but whenever I use FLAC I get this here is my code sketch
and for ALAC, when I replace the Helix AAC Decoder element in a default sketch(the one for internet radio, that WORKS) with it and I change the address to point it to a file on my local server(of course). I get this Am I being stupid here? The network connection seems to be happening fine even though these errors seem to be pointing to the fact that the file cannot be properly read. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment · 7 replies
-
Did you try to use an EnodedAudioOutput (or EnodedAudioStream) class like in all my examples ? |
Beta Was this translation helpful? Give feedback.
Did you try to use an EnodedAudioOutput (or EnodedAudioStream) class like in all my examples ?
I would expect that at least for ALAC the WiFi access is much too slow. I needed to use some fast SDMMC to make it play back from an SD drive w/o breaking up.