We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4b7ea commit 0e64e78Copy full SHA for 0e64e78
src/AudioLibs/I2SCodecStream.h
@@ -77,7 +77,7 @@ class I2SCodecStream : public AudioStream {
77
is_active = i2s.begin(cfg);
78
79
// if setvolume was called before begin
80
- if (is_active && volume > 0.0f) {
+ if (is_active && volume >= 0.0f) {
81
setVolume(volume);
82
}
83
return is_active;
0 commit comments