Class AutoWah
java.lang.Object
de.pottgames.tuningfork.SoundEffectData
de.pottgames.tuningfork.AutoWah
The Auto-wah effect emulates the sound of a wah-wah pedal used with an electric guitar, or a mute on a brass instrument. Such effects allow a musician to
control the tone of their instrument by varying the point at which high frequencies are cut off. This OpenAL Effects Extension effect is called Auto-wah
because there is no user input for modulating the cut-off point. Instead the effect is achieved by analysing the input signal, and applying a band-pass
filter according the intensity of the incoming audio.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloatRange: 0.0001 - 1.0, Default: 0.06
This property controls the time the filtering effect takes to sweep from minimum to maximum center frequency when it is triggered by input signal.floatRange: 0.00003 - 31621.0, Default: 11.22
This property controls the input signal level at which the band-pass filter will be fully opened.floatRange: 0.0001 - 1.0, Default: 0.06
This property controls the time the filtering effect takes to sweep from maximum back to base center frequency, when the input signal ends.floatRange: 2.0 - 1000.0, Default: 1000.0
This property controls the resonant peak, sometimes known as emphasis or Q, of the auto-wah band-pass filter. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
attackTime
public float attackTimeRange: 0.0001 - 1.0, Default: 0.06
This property controls the time the filtering effect takes to sweep from minimum to maximum center frequency when it is triggered by input signal. -
releaseTime
public float releaseTimeRange: 0.0001 - 1.0, Default: 0.06
This property controls the time the filtering effect takes to sweep from maximum back to base center frequency, when the input signal ends. -
resonance
public float resonanceRange: 2.0 - 1000.0, Default: 1000.0
This property controls the resonant peak, sometimes known as emphasis or Q, of the auto-wah band-pass filter. Resonance occurs when the effect boosts the frequency content of the sound 115/144 around the point at which the filter is working. A high value promotes a highly resonant, sharp sounding effect. -
peakGain
public float peakGainRange: 0.00003 - 31621.0, Default: 11.22
This property controls the input signal level at which the band-pass filter will be fully opened.
-
-
Constructor Details
-
AutoWah
public AutoWah()
-
-
Method Details
-
scrambled
-
funkyBeats
-
resonantWaves
-
wahGhosts
-
windyNights
-
apply
protected void apply(int effectId) - Specified by:
applyin classSoundEffectData
-
hashCode
-
equals
-
toString
-