mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-28 03:41:54 +02:00
Changes default volume.
This commit is contained in:
@@ -8,7 +8,7 @@ AudioPlayer::AudioPlayer() {
|
||||
playerHandle = setup_player(NULL, NULL);
|
||||
esp_player_init(playerHandle);
|
||||
|
||||
esp_audio_vol_set(playerHandle, 10);
|
||||
esp_audio_vol_set(playerHandle, 50);
|
||||
}
|
||||
|
||||
void AudioPlayer::play(char* uri) {
|
||||
|
Reference in New Issue
Block a user