Skip to content

Commit 69ca93b

Browse files
committed
Compile error in SnapOutput
1 parent 8957a59 commit 69ca93b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/SnapOutput.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class SnapOutput : public AudioInfoSupport {
8888
/// Defines the audio output chain to the final output
8989
void setOutput(AudioOutput &output) {
9090
this->out = &output; // final output
91-
resample.setStream(output);
91+
resample.setOutput(output);
9292
vol_stream.setStream(resample); // adjust volume
9393
decoder_stream.setStream(&vol_stream); // decode to pcm
9494
}

0 commit comments

Comments
 (0)