-
Notifications
You must be signed in to change notification settings - Fork 2
library, examples and docs #2
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
Conversation
needs cleaning up, but driver is working
@ladyada TLV320 circuitpython library |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please tweak the property comments to not start with "Get", "Set" or "Read". The action is implicit in the use. Instead just do "The current volume...".
Looking at the generated docs can help understand the API you are creating and how it looks from "the outside.".
i'm having some weirdness with speaker output on the rev b so putting into draft after some more troubleshooting with the breakout |
tested with rev b fruit jam
the speaker issue with the breakout was because i was powering with 3.3V vs. 5V (5V needed for speaker). additionally, needed to be calling last weird thing is i'm only getting audio out of headphone left on fruit jam rev b. i get stereo headphone out on fruit jam rev a and the breakout |
ooh what about the breakout? |
@ladyada yes tlv320 breakout has audio coming out left and right channels on the headphones (tested with metro rp2350). haven't been able to get any audio out of the right channel on fruit jam rev b. |
ok probably a hardware/soldering/design issue - trust the breakout :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small thing. Good otherwise!
Co-authored-by: Scott Shawcroft <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
No description provided.