increase default headphone volume a little #12
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think when I tested this in the prior volume PR I somehow crossed wires with one or more of the libraries on my device and was testing on a version that was louder than the real one.
I've realized now using most up to date versions of all libraries that the default volume level chosen for headphones is a little too low I think.
I tested using this demo script: https://github.com/adafruit/Adafruit_CircuitPython_FruitJam/blob/main/examples/fruitjam_synthio_speaker.py
With the current setting of -51.8 the tones on volumes 5 and 7 are in-audible to me using ear buds, and a pair of USB powered speakers. Volumes 10-12 I can hear, but are all very quiet.
With the changed value from this PR -30.1 I can hear tones at all volume levels in the demo script. 5 is quiet and 12 getting close to loud, but not uncomfortable even with earbuds.