Skip to content

Commit c6f4f3a

Browse files
committed
change volume parameter
1 parent 31240bf commit c6f4f3a

File tree

1 file changed

+1
-1
lines changed
  • TLV320DAC3100_Examples/TLV320_CircuitPython_WAV

1 file changed

+1
-1
lines changed

TLV320DAC3100_Examples/TLV320_CircuitPython_WAV/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# use headphones
1717
dac.headphone_output = True
18-
dac.headphone_volume = -15 # dB
18+
dac.dac_volume = -15 # dB
1919
# or use speaker
2020
# dac.speaker_output = True
2121
# dac.speaker_volume = -10 # dB

0 commit comments

Comments
 (0)