more fixes

This commit is contained in:
Ryzerth
2020-12-04 20:12:36 +01:00
parent 9805e4a395
commit 92b77904f6
11 changed files with 52 additions and 26 deletions

View File

@ -92,7 +92,7 @@ namespace dsp {
generic_block<AGC>::registerOutput(&out);
}
void setInputSize(stream<float>* in) {
void setInput(stream<float>* in) {
std::lock_guard<std::mutex> lck(generic_block<AGC>::ctrlMtx);
generic_block<AGC>::tempStop();
generic_block<AGC>::unregisterInput(_in);