diff --git a/TLV320DAC3100_Examples/TLV320_CircuitPython_WAV/code.py b/TLV320DAC3100_Examples/TLV320_CircuitPython_WAV/code.py index 6d3e41a75..63a9bb39d 100644 --- a/TLV320DAC3100_Examples/TLV320_CircuitPython_WAV/code.py +++ b/TLV320DAC3100_Examples/TLV320_CircuitPython_WAV/code.py @@ -15,7 +15,7 @@ # 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