DSP code cleanup

This commit is contained in:
Ryzerth
2021-07-12 05:03:51 +02:00
parent 1f1b0cd45e
commit ff030397a4
24 changed files with 442 additions and 118 deletions

View File

@ -159,7 +159,7 @@ private:
audioInput = sigpath::sinkManager.bindStream(name);
if (audioInput == NULL) { return; }
selectedStreamName = name;
vol.setInputSize(audioInput);
vol.setInput(audioInput);
vol.start();
}