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 93b499d commit 8957a59Copy full SHA for 8957a59
src/api/SnapOutput.h
@@ -202,7 +202,7 @@ class SnapOutput : public AudioInfoSupport {
202
auto dec_cfg = decoder_stream.defaultConfig();
203
dec_cfg.copyFrom(audio_info);
204
decoder_stream.begin(dec_cfg);
205
- decoder_stream.setNotifyAudioChange(*this);
+ decoder_stream.addNotifyAudioChange(*this);
206
207
// open resampler
208
auto res_cfg = resample.defaultConfig();
0 commit comments