mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-02 23:18:07 +02:00
Save before changes
This commit is contained in:
@ -52,6 +52,13 @@ namespace dsp {
|
||||
output.setMaxLatency(blockSize * 2);
|
||||
}
|
||||
|
||||
void setInput(stream<complex_t>* input) {
|
||||
if (running) {
|
||||
return;
|
||||
}
|
||||
_in = input;
|
||||
}
|
||||
|
||||
stream<complex_t> output;
|
||||
bool bypass;
|
||||
|
||||
|
Reference in New Issue
Block a user