Struct surgefilter_nlfeedback::NonlinearFeedbackFilter [−][src]
pub struct NonlinearFeedbackFilter {
pub tuner: TunerHandle,
pub srunit: SampleRateHandle,
pub ty: NLFFType,
pub subty: FilterSubType,
}
Expand description
- This contains an adaptation of the filter found at
- https://ccrma.stanford.edu/~jatin/ComplexNonlinearities/NLFeedback.html
- with coefficient calculation from
- https://webaudio.github.io/Audio-EQ-Cookbook/audio-eq-cookbook.html
Fields
tuner: TunerHandle
srunit: SampleRateHandle
ty: NLFFType
subty: FilterSubType
Implementations
sine each element of a __m128 by breaking it into floats then reassembling
waveshaper from https://github.com/JanosGit/Schrammel_OJD/blob/master/Source/Waveshaper.h
asinh each element of a __m128 by breaking it into floats then reassembling