Mike Alexander
Mike Alexander
Is there any way to call the ROM FP functions, like the Ardunio Core module does? For example, see https://github.com/espressif/arduino-esp32/blob/3ec5f4efa1de4342aaab742008dc630091e5e035/tools/sdk/esp32/ld/esp32.rom.libgcc.ld
@schreibfaul1 what do you think about these? Is it worth adjusting the code to allow them to play?
MP3 is hard to achieve gapless playback on. Read https://en.wikipedia.org/wiki/Gapless_playback Note: "Lossy audio compression schemes that are based on overlapping time/frequency transforms add a small amount of padding silence to...
@schreibfaul1 thank you for the fixes. I have two comments: 1) Did you mean to comment out `s_vorbisChannels = 0;` in `VORBISsetDefaults()`? It would still need to be set to...
I wonder if the memory leak is in audio.cpp rather than the vorbis decoder? I am using this decoder in a project where it is called from MicroPython, and it...
Thanks for verifying. So, for example, does this 320kbps station play OK for you? (It's super choppy for me when using both I2S & VS1053 out) 25303.live.streamtheworld.com:80/DEEP_RADIO.mp3 If it is...
Thanks!! Interesting, every one of them is choppy on my end. Pressing "Test" on the main web page shows "Chunks in queue 0" more often than not on those stations....
Thanks for the info. Out of interest, do you mean no more flash space, or ram space?
Same problem here. In my case I had to put mkfatfs.exe at C:\Users\mike\OneDrive\Documents\ArduinoData\packages\esp32\hardware\esp32\2.0.7\tools before it found it. I also had to rename the file from the download location provided -...