From 2cef5cd58425e6ea1ca63126516dfe54b472cefc Mon Sep 17 00:00:00 2001 From: Stefano D'Angelo Date: Tue, 26 Sep 2023 08:30:26 +0200 Subject: [PATCH] update TODO --- TODO | 2 -- 1 file changed, 2 deletions(-) diff --git a/TODO b/TODO index 33fbfdc..51bb626 100644 --- a/TODO +++ b/TODO @@ -1,13 +1,11 @@ 1.0.0 ----- -* test flush-to-zero on arm * clearly specify that state is tied to a particular set of coeffs (1:N) * state that sample rate is finite and > 0 * state that audio cannot be inf (also in reset) * state that you need different output buffers to reset * thank scientific paper authors -* "Templates must have C++ linkage"? * state that mem_set() can/must be called on uninitialized state (before reset_state) build system: