Skip to content

Commit 2e63c96

Browse files
committed
I2SCodecStream report wrong audio info
1 parent 53af601 commit 2e63c96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioLibs/I2SCodecStream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ class I2SCodecStream : public AudioStream, public VolumeSupport {
7676
virtual bool begin(I2SCodecConfig cfg) {
7777
TRACED();
7878
this->cfg = cfg;
79+
this->info = cfg;
7980
return begin1();
8081
}
8182

0 commit comments

Comments
 (0)