schreibfaul1 / ESP32-vs1053_ext

With this library You can easily build a WebRadio with a ESP32 board and a mp3-module. See: https://www.youtube.com/watch?v=u4u9NvZvWRk
GNU General Public License v3.0
106 stars 29 forks source link

volume #28

Open AndreyUshak opened 2 years ago

AndreyUshak commented 2 years ago

Hi, I set the volume to 10, stop the player (go to another screen), then restart the player, the song starts at maximum volume, if you make a getVolume() request, it shows 10 When you increase or decrease the sound by 1, the sound becomes correct (9 or 11), can this be fixed? Thanks.