kodera2t / ESP32_OLED_webradio

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)
246 stars 68 forks source link

How to change the volume? #19

Open phoenix7575 opened 6 years ago

phoenix7575 commented 6 years ago

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.