max volume #527
-
Hi. I could not find any answers in the wiki or in the discussions, so i am trying here. Qestion: So i was thinking, would it be possible to change this behavior to for example 0 -> 127 = 0 -> 80% ? Regards Stefan. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 6 replies
-
I'm using such Hifi DAC device on Raspberry. Did add 150 Ohm Resistors between Audio R+ & GND and L+ & GND to solve the audio overdrive issue. |
Beta Was this translation helpful? Give feedback.
-
Hi Stefan, |
Beta Was this translation helpful? Give feedback.
-
Did read in other Forum, Bridge between sck (if not used) and gnd can solve sound disruption. |
Beta Was this translation helpful? Give feedback.
-
As Mr. Schatzmann wrote in another topic:
// In the setup function: // Then somewhere in your sketch:
|
Beta Was this translation helpful? Give feedback.
-
Why don't you just implement your own A2DPVolumeControl? Or with the latest release you can wrap the I2SStream in a VolumeStream using the AudioTools |
Beta Was this translation helpful? Give feedback.
Why don't you just implement your own A2DPVolumeControl?
There you can easily limit the value.
Or with the latest release you can wrap the I2SStream in a VolumeStream using the AudioTools