maybe macOS fixes and other

This commit is contained in:
AlexandreRouma
2022-06-20 19:55:13 +02:00
parent 53afaeda9e
commit 834890b69a
5 changed files with 20 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ namespace dsp::noise_reduction {
~Squelch() {
if (!base_type::_block_init) { return; }
base_type::stop();
buffer::free(normBuffer);
}