lidense
lidense
Hi I have a sketch to read mp3 files from my SD card. It works when I compile with the Arduino IDE but although it compiles I can only hear...
hi, i'm making a small internet radio with my M5Stack Core 2 using the information from this site: https://community.m5stack.com/topic/2972/core2-as-web-radio-without-extra-hardware/8 It works well except for BBC radio stations where there are...
Hi Im trying to have this application working for M5stackCore 2 model, the one which has three touch buttons at the bottom but it does not work. Is there a...
Hi I am using your library in a webradio project that decodes aac. when I use an outSample of 2048X2 there is a crash after AACDecode, if I double outSample...
I compiled from github on my M5stack Core 2 but I get no sound although I see the .ts files being dowloaded.
Is there a rationale to put the whole library in a big file (Audio.h/Audio.cpp) rather than splitting it into smaller files based on the different functionalities?
I would like to listen to this radio: https://radioitaliasmi.akamaized.net/hls/live/2093120/RISMI/master.m3u8 Works with vlc but not with this library, any ideas?
HLS
Hi, is HLS working in this library? I tried with a bbc stream: audio.connecttohost("http://as-hls-ww-live.akamaized.net/pool_904/live/ww/bbc_radio_scotland_fm/bbc_radio_scotland_fm.isml/bbc_radio_scotland_fm-audio%3d48000.norewind.m3u8"); but it does not seem to work. Thanks for your help
Hi, I have used your app to listen to some radios and works great. Now I have developed a small app that provides a buffer in a loop with some...