pschatzmann / arduino-audiokit

Arduino ADF/Audiokit HAL (support for ESP32-A1S, AI-Thinker, LyraT for ES7148, ES7210, ES7243, ES8311, ES8347, ES8388, TAS5805M, AC101 audio chips)
GNU General Public License v3.0
153 stars 40 forks source link

allows gain to be overridden by platformio.ini #81

Closed platevoltage closed 1 year ago

platevoltage commented 1 year ago

Hello. This library is downright awesome, but I wanted to be able to change the gain without modifying the library files themselves. -DES8388_DEFAULT_MIC_GAIN=0x00 can be added to the build_flags in platformio.ini with this change.