Re: ESP32 Webradio
Posted: Tue May 02, 2017 6:00 am
Nice! Are you using the Teensy libraries?I'm currently working on AAC support.
you mean this mike?Nice! Are you using the Teensy libraries?I'm currently working on AAC support.
Yes, theres lots of stuff you can adapt. They got everything.you mean this mike?
Not sure I can parse that question.what you think about PCM1863 this for have a reserve play ( but limited 192KHz )
mean using an "extern" ADC for "extra" stuffNot sure I can parse that question.what you think about PCM1863 this for have a reserve play ( but limited 192KHz )
If you want to use libfaad2, you have to increase the task stack to more and more big. libfaad2 is not a good aac decoder, the stack size, the performance etc.Just pushed an update with AAC support, its still a bit beta though. If someone knows about AAC (or even libfaad2), there is an issue with the ADTS parser I believe.
Yeah I noticed it uses a lot of memory, the only other free AAC decoder I'm aware of is Helix, but it doesn't support SBR which is important because web radio streams often use it. What would you recommend?If you want to use libfaad2, you have to increase the task stack to more and more big. libfaad2 is not a good aac decoder, the stack size, the performance etc.
Yes, Helix decoder has big issue in some aac audio data in m4a format. Another open source decoder is FDK AAC:Yeah I noticed it uses a lot of memory, the only other free AAC decoder I'm aware of is Helix, but it doesn't support SBR which is important because web radio streams often use it. What would you recommend?If you want to use libfaad2, you have to increase the task stack to more and more big. libfaad2 is not a good aac decoder, the stack size, the performance etc.