Skip to content

Commit 27dd748

Browse files
committed
VS1053Stream
1 parent a45363c commit 27dd748

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/AudioTools/AudioLibs/VS1053Stream.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ class VS1053Stream : public AudioStream, public VolumeSupport {
116116
/// defines the default configuration that is used with the next begin()
117117
void setAudioInfo(VS1053Config c) {
118118
cfg = c;
119-
notifiyAudioChange(cfg);
119+
notifyAudioChange(cfg);
120120
}
121121

122+
/// Updates the AudioInfo (sample rate, bits, channels)
122123
void setAudioInfo(AudioInfo c) {
123124
cfg.copyFrom(c);
124125
notifiyAudioChange(cfg);

0 commit comments

Comments
 (0)