Skip to content
Snippets Groups Projects
Commit 8ae0a0b2 authored by moon2's avatar moon2 :speech_balloon:
Browse files

reduce headphone startup volume by 10dB

parent 34188749
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ num_speaker_startup_volume_db = NumberTunable( ...@@ -225,7 +225,7 @@ num_speaker_startup_volume_db = NumberTunable(
"Speaker Startup Volume dB", "system.audio.speaker_startup_volume_dB", -10 "Speaker Startup Volume dB", "system.audio.speaker_startup_volume_dB", -10
) )
num_headphones_startup_volume_db = NumberTunable( num_headphones_startup_volume_db = NumberTunable(
"Headphones Startup Volume dB", "system.audio.headphones_startup_volume_dB", -10 "Headphones Startup Volume dB", "system.audio.headphones_startup_volume_dB", -20
) )
num_headphones_min_db = NumberTunable( num_headphones_min_db = NumberTunable(
"Min Headphone Volume dB", "system.audio.headphones_min_dB", -45 "Min Headphone Volume dB", "system.audio.headphones_min_dB", -45
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment