ESP32-S2 , MAX98357, Volume always at maximum #958
-
I saw someone else posted almost the exact issue, unfortunately their issue was they simply weren't routing through the VolumeStream. I am routing through the stream, as evidenced by the audio stopping entirely when I setVolume to 0. But anything between 0 and 1 results in no change / full volume. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Aug 6, 2023
Replies: 1 comment 1 reply
-
I just created a test case and it's working perfectly. Maybe you just forgot to configure the VolumeStream class ? I suggest that you also follow these recommendations: https://github.com/pschatzmann/arduino-audio-tools/wiki/It's-not-working |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
musiq021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just created a test case and it's working perfectly.
Maybe you just forgot to configure the VolumeStream class ?
I suggest that you also follow these recommendations: https://github.com/pschatzmann/arduino-audio-tools/wiki/It's-not-working