mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
DSP code cleanup
This commit is contained in:
@ -159,7 +159,7 @@ private:
|
||||
audioInput = sigpath::sinkManager.bindStream(name);
|
||||
if (audioInput == NULL) { return; }
|
||||
selectedStreamName = name;
|
||||
vol.setInputSize(audioInput);
|
||||
vol.setInput(audioInput);
|
||||
vol.start();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user