Expand description
Items to ease the application of windowing functions to signals.
Structs§
- Window
- A
Signal
type that for every yieldedphase
, yields the amplitude across thewindow::Type
for that phase. - Windowed
- An Iterator that multiplies a Signal with a Window.
- Windower
- Takes a long slice of frames and yields
Windowed
chunks of sizebin
once everyhop
frames.