change volume parameter

This commit is contained in:
Mikey Sklar 2025-06-29 18:33:12 -07:00
parent 31240bf5aa
commit c6f4f3ad91

View file

@ -15,7 +15,7 @@ dac.configure_clocks(sample_rate=44100, bit_depth=16)
# use headphones
dac.headphone_output = True
dac.headphone_volume = -15 # dB
dac.dac_volume = -15 # dB
# or use speaker
# dac.speaker_output = True
# dac.speaker_volume = -10 # dB