Expand description
RBJ filters Filters from https://shepazu.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html
Ported from vinniefalco/DSPFilters
Re-exports§
pub use self::filter::Filter;pub use self::filter::FilterType;
Modules§
- filter
- Raw filter
- generic_
handle AudioProcessorHandleimplementation, for generic processor handle
Structs§
- Filter
Processor - An [
AudioProcessor] which holds aFilter. Easy to use DSP filter.