lower volume

pull/2468/head
Comma Device 5 years ago
parent d8437a58b5
commit ccecd37554
  1. 2
      selfdrive/ui/qt/qt_sound.cc

@ -10,7 +10,7 @@ QtSound::QtSound() {
bool QtSound::play(AudibleAlert alert) {
sounds[alert].setLoopCount(sound_map[alert].second>-1 ? sound_map[alert].second : QSoundEffect::Infinite);
sounds[alert].setVolume(0.9);
sounds[alert].setVolume(0.7);
sounds[alert].play();
return true;
}

Loading…
Cancel
Save