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,