ESP32-audioI2S
ESP32-audioI2S copied to clipboard
How to reduce library size?
Great library! But very hard! The library takes up about 90% of the memory. I have never used and do not intend to use opus_decoder.h and vorbis_decoder.h. These decoders take up memory. How to exclude them from the library. If you use ESP32 only for radio, you can exclude flac_decoder.h, but how to do this? I know a project that uses your library without the specified decoders. The files: audio.cpp and audio.h are modified, but I can’t understand how this was done. Help me please!
You probably mean the flash memory. Please try another partition table, such as "Huge App (3MB no OTA/ 1MB SPIFFS)"
Yes, I mean memory for recording a sketch. I understand that you will not exclude decoders just because “someone asked,” but it seems to me that sooner or later, such a need will still arise. Think about this question. The option you suggested does not suit me...
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.