Fixed file source and cleaned up buffering code
This commit is contained in:
@@ -116,4 +116,8 @@ void SignalPath::startFFT() {
|
||||
void SignalPath::stopFFT() {
|
||||
reshape.stop();
|
||||
fftHandlerSink.stop();
|
||||
}
|
||||
|
||||
void SignalPath::setBuffering(bool enabled) {
|
||||
inputBuffer.bypass = !enabled;
|
||||
}
|
||||
Reference in New Issue
Block a user