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 8957a59 commit 69ca93bCopy full SHA for 69ca93b
src/api/SnapOutput.h
@@ -88,7 +88,7 @@ class SnapOutput : public AudioInfoSupport {
88
/// Defines the audio output chain to the final output
89
void setOutput(AudioOutput &output) {
90
this->out = &output; // final output
91
- resample.setStream(output);
+ resample.setOutput(output);
92
vol_stream.setStream(resample); // adjust volume
93
decoder_stream.setStream(&vol_stream); // decode to pcm
94
}
0 commit comments