You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not hearing any change when adjusting the dac.headphone_volume property.
Below is my variation of tlv320_simpletest.py running on Adafruit CircuitPython 10.0.0-alpha.3 on 2025-05-02; Raspberry Pi Pico with rp2040. The perceived volume coming out of the headphones is constant
From looking at the values from the Table 6-24 in the datasheet, I think the setter function in headphone_volume should be something like: gain = int(-2*db)
so i tried a few things, and had the most success if i change the DAC volume value instead of the headphone volume value. i'll update the library to have a function for that and tag you on the PR for testing if that's okay. one thing that is tricky with this DAC is the order of operations for the multiple gain stages
I'm not hearing any change when adjusting the
dac.headphone_volume
property.Below is my variation of
tlv320_simpletest.py
running onAdafruit CircuitPython 10.0.0-alpha.3 on 2025-05-02; Raspberry Pi Pico with rp2040
. The perceived volume coming out of the headphones is constantThe text was updated successfully, but these errors were encountered: