-
Notifications
You must be signed in to change notification settings - Fork 0
dac.headphone_volume
seems to have no effect
#5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From looking at the values from the Table 6-24 in the datasheet, I think the setter function in |
thanks @todbot i will check this out on monday |
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 |
updated examples and readme to use |
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: