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 4555762 commit 98b9c9fCopy full SHA for 98b9c9f
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