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: TunerHandlesrunit: SampleRateHandlety: NLFFTypesubty: 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

Trait Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.