1
0
Fork 0

Add some TODOs to the STFT helper

This commit is contained in:
Robbert van der Helm 2022-03-06 02:15:14 +01:00
parent 4ff2e65b5c
commit 8355c38b9a

View file

@ -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,