From 07cf10e81d0ee61f17bcc3dd9782f92fc6b9df6d Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 6 Mar 2022 15:45:19 +0100 Subject: [PATCH] Add more todos to the STFT helper --- src/util/stft.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/util/stft.rs b/src/util/stft.rs index 2debfab3..b6a400e8 100644 --- a/src/util/stft.rs +++ b/src/util/stft.rs @@ -117,6 +117,9 @@ impl StftHelper { /// /// TODO: Maybe introduce a trait here so this can be used with things that aren't whole buffers /// TODO: And also introduce that aforementioned read-only process function (`analyze()?`) + /// TODO: Add more useful ways to do STFT and other buffered operations. I just went with this + /// approach because it's what I needed myself, but generic combinators like this could + /// also be useful for other operations. pub fn process_overlap_add( &mut self, main_buffer: &mut Buffer,