Add some TODOs to the STFT helper
This commit is contained in:
parent
4ff2e65b5c
commit
8355c38b9a
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ impl<const NUM_SIDECHAIN_INPUTS: usize> StftHelper<NUM_SIDECHAIN_INPUTS> {
|
|||
///
|
||||
/// Panics if `main_buffer` or the buffers in `sidechain_buffers` do not have the same number of
|
||||
/// channels as this [`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()?`)
|
||||
pub fn process<F>(
|
||||
&mut self,
|
||||
main_buffer: &mut Buffer,
|
||||
|
|
Loading…
Add table
Reference in a new issue