OLED display support is added to ESP32 MP3 web radio/bluetotooth speaker code by MrBuddyCasino's. Now webradio station switching is supported (implemented by n24bass)
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.
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.