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 53af601 commit 2e63c96Copy full SHA for 2e63c96
src/AudioLibs/I2SCodecStream.h
@@ -76,6 +76,7 @@ class I2SCodecStream : public AudioStream, public VolumeSupport {
76
virtual bool begin(I2SCodecConfig cfg) {
77
TRACED();
78
this->cfg = cfg;
79
+ this->info = cfg;
80
return begin1();
81
}
82
0 commit comments