ESP32_OLED_webradio
ESP32_OLED_webradio copied to clipboard
How to change the volume?
Please tell me how to adjust the volume, in which files to adjust the signal level. I tried the audio_renderer.s file to play with the values short left = * (short *) ptr_l; short right = * (short *) ptr_r; The volume changes only on MP3 streams, and the AAC does not change in any way.