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.
2 parents 770f590 + 98b9c9f commit 8e551a4Copy full SHA for 8e551a4
src/AudioTools/AudioCodecs/AudioEncoded.h
@@ -175,7 +175,7 @@ class EncodedAudioOutput : public ModifyingOutput {
175
176
/// Starts the processing - sets the status to active
177
virtual bool begin(AudioInfo newInfo) override {
178
- cfg = newInfo;
+ setAudioInfo(newInfo);
179
return begin();
180
}
181
0 commit comments