limit stream configuration to creator

This commit is contained in:
AlexandreRouma
2024-01-30 20:28:32 +01:00
parent 75800e0ca2
commit 139f63ad25
3 changed files with 138 additions and 133 deletions

View File

@ -634,7 +634,7 @@ private:
dsp::chain<dsp::stereo_t> afChain;
dsp::filter::Deemphasis<dsp::stereo_t> deemp;
std::shared_ptr<AudioStream> stream;
std::shared_ptr<MasterStream> stream;
demod::Demodulator* selectedDemod = NULL;