The Open Toolkit library
1.0
|
Classes | |
class | EffectsExtension |
Provides access to the OpenAL effects extension. More... | |
class | XRamExtension |
The X-Ram Extension is provided on the top-end Sound Blaster X-Fi solutions (Sound Blaster X-Fi Fatal1ty, Sound Blaster X-Fi Elite Pro, or later). These products feature 64MB of X-Ram that can only be used for audio purposes, which can be controlled by this Extension. /summary> More... | |
enum OpenTK.Audio.OpenAL.ALBufferState : int |
enum OpenTK.Audio.OpenAL.ALCapability : int |
A list of valid Enable/Disable/IsEnabled parameters
Enumerator | |
---|---|
Invalid |
summary>Currently no state toggles exist for vanilla OpenAL and no Extension uses it. |
enum OpenTK.Audio.OpenAL.AlcContextAttributes : int |
Defines available context attributes.
Enumerator | |
---|---|
Frequency |
summary>Followed by System.Int32 Hz summary>Followed by System.Int32 Hz |
Refresh |
summary>Followed by AlBoolean.True, or AlBoolean.False |
Sync |
summary>Followed by System.Int32 Num of requested Mono (3D) Sources |
MonoSources |
summary>Followed by System.Int32 Num of requested Stereo Sources |
EfxMaxAuxiliarySends |
(EFX Extension) This Context property can be passed to OpenAL during Context creation (alcCreateContext) to request a maximum number of Auxiliary Sends desired on each Source. It is not guaranteed that the desired number of sends will be available, so an application should query this property after creating the context using alcGetIntergerv. Default: 2 |
enum OpenTK.Audio.OpenAL.AlcError : int |
Defines OpenAL context errors.
enum OpenTK.Audio.OpenAL.AlcGetInteger : int |
Defines available parameters for Alc.GetInteger(IntPtr, AlcGetInteger, int, int[]).
Enumerator | |
---|---|
MajorVersion |
summary>The specification revision for this implementation (major version). NULL is an acceptable device. summary>The specification revision for this implementation (minor version). NULL is an acceptable device. |
MinorVersion |
summary>The size (number of ALCint values) required for a zero-terminated attributes list, for the current context. NULL is an invalid device. |
AttributesSize |
summary>Expects a destination of ALC_ATTRIBUTES_SIZE, and provides an attribute list for the current context of the specified device. NULL is an invalid device. |
AllAttributes |
summary>The number of capture samples available. NULL is an invalid device. |
EfxMajorVersion |
(EFX Extension) This property can be used by the application to retrieve the Major version number of the Effects Extension supported by this OpenAL implementation. As this is a Context property is should be retrieved using alcGetIntegerv. |
EfxMinorVersion |
(EFX Extension) This property can be used by the application to retrieve the Minor version number of the Effects Extension supported by this OpenAL implementation. As this is a Context property is should be retrieved using alcGetIntegerv. |
EfxMaxAuxiliarySends |
(EFX Extension) This Context property can be passed to OpenAL during Context creation (alcCreateContext) to request a maximum number of Auxiliary Sends desired on each Source. It is not guaranteed that the desired number of sends will be available, so an application should query this property after creating the context using alcGetIntergerv. Default: 2 |
enum OpenTK.Audio.OpenAL.AlcGetString : int |
Defines available parameters for OpenTK.Audio.OpenAL.Alc.GetString(IntPtr, AlcGetString).
enum OpenTK.Audio.OpenAL.AlcGetStringList : int |
Defines available parameters for Alc.GetString(IntPtr, AlcGetStringList).
enum OpenTK.Audio.OpenAL.ALDistanceModel : int |
Used by AL.DistanceModel(), the distance model can be retrieved by AL.Get() with ALGetInteger.DistanceModel
enum OpenTK.Audio.OpenAL.ALError : int |
Returned by AL.GetError
Enumerator | |
---|---|
NoError |
summary>No OpenAL Error. summary>Invalid Name paramater passed to OpenAL call. |
InvalidName |
summary>Invalid parameter passed to OpenAL call. |
IllegalEnum |
summary>Invalid parameter passed to OpenAL call. |
InvalidEnum |
summary>Invalid OpenAL enum parameter value. |
InvalidValue |
summary>Illegal OpenAL call. |
IllegalCommand |
summary>Illegal OpenAL call. |
InvalidOperation |
summary>No OpenAL memory left. |
enum OpenTK.Audio.OpenAL.ALFormat : int |
Sound samples: Format specifier.
enum OpenTK.Audio.OpenAL.ALGetBufferi : int |
A list of valid Int32 GetBuffer parameters
Enumerator | |
---|---|
Frequency |
summary>Sound sample's frequency, in units of hertz [Hz]. This is the number of samples per second. Half of the sample frequency marks the maximum significant frequency component. |
Bits |
Bit depth of the buffer. Should be 8 or 16. |
Channels |
Number of channels in buffer. > 1 is valid, but buffer won’t be positioned when played. 1 for Mono, 2 for Stereo. |
Size |
size of the Buffer in bytes. |
enum OpenTK.Audio.OpenAL.ALGetFloat : int |
enum OpenTK.Audio.OpenAL.ALGetInteger : int |
enum OpenTK.Audio.OpenAL.ALGetSourcei : int |
A list of valid Int32 GetSource parameters
enum OpenTK.Audio.OpenAL.ALGetString : int |
enum OpenTK.Audio.OpenAL.ALListener3f : int |
A list of valid Math.Vector3 Listener/GetListener parameters
Enumerator | |
---|---|
Position |
summary>Specify the current location in three dimensional space. OpenAL, like OpenGL, uses a right handed coordinate system, where in a frontal default view X (thumb) points right, Y points up (index finger), and Z points towards the viewer/camera (middle finger). To switch from a left handed coordinate system, flip the sign on the Z coordinate. Listener position is always in the world coordinate system. summary>Specify the current velocity in three dimensional space. |
enum OpenTK.Audio.OpenAL.ALListenerf : int |
A list of valid 32-bit Float Listener/GetListener parameters
enum OpenTK.Audio.OpenAL.ALListenerfv : int |
A list of valid float[] Listener/GetListener parameters
Enumerator | |
---|---|
Orientation |
summary>Indicate Listener orientation. Expects two Vector3, At followed by Up. |
enum OpenTK.Audio.OpenAL.ALSource3f : int |
A list of valid Math.Vector3 Source/GetSource parameters
Enumerator | |
---|---|
Position |
summary>Specify the current location in three dimensional space. OpenAL, like OpenGL, uses a right handed coordinate system, where in a frontal default view X (thumb) points right, Y points up (index finger), and Z points towards the viewer/camera (middle finger). To switch from a left handed coordinate system, flip the sign on the Z coordinate. Listener position is always in the world coordinate system. summary>Specify the current velocity in three dimensional space. |
Velocity |
summary>Specify the current direction vector. |
enum OpenTK.Audio.OpenAL.ALSource3i : int |
A list of valid 3x Int32 Source/GetSource parameters
enum OpenTK.Audio.OpenAL.ALSourceb : int |
A list of valid 8-bit boolean Source/GetSource parameters
enum OpenTK.Audio.OpenAL.ALSourcef : int |
A list of valid 32-bit Float Source/GetSource parameters
enum OpenTK.Audio.OpenAL.ALSourcei : int |
A list of valid Int32 Source parameters
enum OpenTK.Audio.OpenAL.ALSourceState : int |
Source state information, can be retrieved by AL.Source() with ALSourcei.SourceState.
enum OpenTK.Audio.OpenAL.ALSourceType : int |
Source type information, can be retrieved by AL.Source() with ALSourcei.SourceType.
enum OpenTK.Audio.OpenAL.EfxAuxiliaryf : int |
enum OpenTK.Audio.OpenAL.EfxAuxiliaryi : int |
A list of valid Int32 AuxiliaryEffectSlot/GetAuxiliaryEffectSlot parameters
enum OpenTK.Audio.OpenAL.EfxEffect3f : int |
A list of valid Math.Vector3 Effect/GetEffect parameters
Enumerator | |
---|---|
EaxReverbLateReverbPan |
Reverb Pan does for the Reverb what Reflections Pan does for the Reflections. Unit: Vector3 of length 0f to 1f Default: {0.0f, 0.0f, 0.0f} |
EaxReverbReflectionsPan |
This Vector3 controls the spatial distribution of the cluster of early reflections. The direction of this vector controls the global direction of the reflections, while its magnitude controls how focused the reflections are towards this direction. For legacy reasons this Vector3 follows a left-handed co-ordinate system! Note that OpenAL uses a right-handed coordinate system. Unit: Vector3 of length 0f to 1f Default: {0.0f, 0.0f, 0.0f} |
enum OpenTK.Audio.OpenAL.EfxEffectf : int |
A list of valid 32-bit Float Effect/GetEffect parameters
Enumerator | |
---|---|
ReverbDensity |
summary>Reverb Modal Density controls the coloration of the late reverb. Lowering the value adds more coloration to the late reverb. Range [0.0f .. 1.0f] Default: 1.0f summary>The Reverb Diffusion property controls the echo density in the reverberation decay. The default 1.0f provides the highest density. Reducing diffusion gives the reverberation a more "grainy" character that is especially noticeable with percussive sound sources. If you set a diffusion value of 0.0f, the later reverberation sounds like a succession of distinct echoes. Range [0.0f .. 1.0f] Default: 1.0f |
ReverbDiffusion |
summary>The Reverb Gain property is the master volume control for the reflected sound - both early reflections and reverberation - that the reverb effect adds to all sound sources. Ranges from 1.0 (0db) (the maximum amount) to 0.0 (-100db) (no reflected sound at all) are accepted. Units: Linear gain Range [0.0f .. 1.0f] Default: 0.32f |
ReverbGain |
summary>The Reverb Gain HF property further tweaks reflected sound by attenuating it at high frequencies. It controls a low-pass filter that applies globally to the reflected sound of all sound sources feeding the particular instance of the reverb effect. Ranges from 1.0f (0db) (no filter) to 0.0f (-100db) (virtually no reflected sound) are accepted. Units: Linear gain Range [0.0f .. 1.0f] Default: 0.89f |
ReverbGainHF |
summary>The Decay Time property sets the reverberation decay time. It ranges from 0.1f (typically a small room with very dead surfaces) to 20.0 (typically a large room with very live surfaces). Unit: Seconds Range [0.1f .. 20.0f] Default: 1.49f |
ReverbDecayTime |
summary>The Decay HF Ratio property sets the spectral quality of the Decay Time parameter. It is the ratio of high-frequency decay time relative to the time set by Decay Time.. Unit: linear multiplier Range [0.1f .. 2.0f] Default: 0.83f |
ReverbDecayHFRatio |
summary>The Reflections Gain property controls the overall amount of initial reflections relative to the Gain property. The value of Reflections Gain ranges from a maximum of 3.16f (+10 dB) to a minimum of 0.0f (-100 dB) (no initial reflections at all), and is corrected by the value of the Gain property. Unit: Linear gain Range [0.0f .. 3.16f] Default: 0.05f |
ReverbReflectionsGain |
summary>The Reflections Delay property is the amount of delay between the arrival time of the direct path from the source to the first reflection from the source. It ranges from 0 to 300 milliseconds. Unit: Seconds Range [0.0f .. 0.3f] Default: 0.007f |
ReverbReflectionsDelay |
summary>The Late Reverb Gain property controls the overall amount of later reverberation relative to the Gain property. The value of Late Reverb Gain ranges from a maximum of 10.0f (+20 dB) to a minimum of 0.0f (-100 dB) (no late reverberation at all). Unit: Linear gain Range [0.0f .. 10.0f] Default: 1.26f |
ReverbLateReverbGain |
summary>The Late Reverb Delay property defines the begin time of the late reverberation relative to the time of the initial reflection (the first of the early reflections). It ranges from 0 to 100 milliseconds. Unit: Seconds Range [0.0f .. 0.1f] Default: 0.011f |
ReverbLateReverbDelay |
summary>The Air Absorption Gain HF property controls the distance-dependent attenuation at high frequencies caused by the propagation medium and applies to reflected sound only. Unit: Linear gain per meter Range [0.892f .. 1.0f] Default: 0.994f |
ReverbAirAbsorptionGainHF |
summary>The Room Rolloff Factor property is one of two methods available to attenuate the reflected sound (containing both reflections and reverberation) according to source-listener distance. It's defined the same way as OpenAL's Rolloff Factor, but operates on reverb sound instead of direct-path sound. Unit: Linear multiplier Range [0.0f .. 10.0f] Default: 0.0f |
ReverbRoomRolloffFactor |
summary>This property sets the modulation rate of the low-frequency oscillator that controls the delay time of the delayed signals. Unit: Hz Range [0.0f .. 10.0f] Default: 1.1f |
ChorusRate |
summary>This property controls the amount by which the delay time is modulated by the low-frequency oscillator. Range [0.0f .. 1.0f] Default: 0.1f |
ChorusDepth |
summary>This property controls the amount of processed signal that is fed back to the input of the chorus effect. Negative values will reverse the phase of the feedback signal. At full magnitude the identical sample will repeat endlessly. Range [-1.0f .. +1.0f] Default: +0.25f |
ChorusFeedback |
summary>This property controls the average amount of time the sample is delayed before it is played back, and with feedback, the amount of time between iterations of the sample. Larger values lower the pitch. Unit: Seconds Range [0.0f .. 0.016f] Default: 0.016f |
ChorusDelay |
summary>This property controls the shape of the distortion. The higher the value for Edge, the "dirtier" and "fuzzier" the effect. Range [0.0f .. 1.0f] Default: 0.2f |
DistortionEdge |
summary>This property allows you to attenuate the distorted sound. Range [0.01f .. 1.0f] Default: 0.05f |
DistortionGain |
summary>Input signals can have a low pass filter applied, to limit the amount of high frequency signal feeding into the distortion effect. Unit: Hz Range [80.0f .. 24000.0f] Default: 8000.0f |
DistortionLowpassCutoff |
summary>This property controls the frequency at which the post-distortion attenuation (Distortion Gain) is active. Unit: Hz Range [80.0f .. 24000.0f] Default: 3600.0f |
DistortionEQCenter |
summary>This property controls the bandwidth of the post-distortion attenuation. Unit: Hz Range [80.0f .. 24000.0f] Default: 3600.0f |
DistortionEQBandwidth |
summary>This property controls the delay between the original sound and the first "tap", or echo instance. Subsequently, the value for Echo Delay is used to determine the time delay between each "second tap" and the next "first tap". Unit: Seconds Range [0.0f .. 0.207f] Default: 0.1f |
EchoDelay |
summary>This property controls the delay between the "first tap" and the "second tap". Subsequently, the value for Echo LR Delay is used to determine the time delay between each "first tap" and the next "second tap". Unit: Seconds Range [0.0f .. 0.404f] Default: 0.1f |
EchoLRDelay |
summary>This property controls the amount of high frequency damping applied to each echo. As the sound is subsequently fed back for further echoes, damping results in an echo which progressively gets softer in tone as well as intensity. Range [0.0f .. 0.99f] Default: 0.5f |
EchoDamping |
summary>This property controls the amount of feedback the output signal fed back into the input. Use this parameter to create "cascading" echoes. At full magnitude, the identical sample will repeat endlessly. Below full magnitude, the sample will repeat and fade. Range [0.0f .. 1.0f] Default: 0.5f |
EchoFeedback |
summary>This property controls how hard panned the individual echoes are. With a value of 1.0f, the first "tap" will be panned hard left, and the second "tap" hard right. –1.0f gives the opposite result and values near to 0.0f result in less emphasized panning. Range [-1.0f .. +1.0f] Default: -1.0f |
EchoSpread |
summary>The number of times per second the low-frequency oscillator controlling the amount of delay repeats. Range [0.0f .. 10.0f] Default: 0.27f |
FlangerRate |
summary>The ratio by which the delay time is modulated by the low-frequency oscillator. Range [0.0f .. 1.0f] Default: 1.0f |
FlangerDepth |
summary>This is the amount of the output signal level fed back into the effect's input. A negative value will reverse the phase of the feedback signal. Range [-1.0f .. +1.0f] Default: -0.5f |
FlangerFeedback |
summary>The average amount of time the sample is delayed before it is played back. When used with the Feedback property it's the amount of time between iterations of the sample. Unit: Seconds Range [0.0f .. 0.004f] Default: 0.002f |
FlangerDelay |
summary>This is the carrier frequency. For carrier frequencies below the audible range, the single sideband modulator may produce phaser effects, spatial effects or a slight pitch-shift. As the carrier frequency increases, the timbre of the sound is affected. Unit: Hz Range [0.0f .. 24000.0f] Default: 0.0f |
FrequencyShifterFrequency |
summary>This controls the frequency of the low-frequency oscillator used to morph between the two phoneme filters. Unit: Hz Range [0.0f .. 10.0f] Default: 1.41f |
VocalMorpherRate |
summary>This is the frequency of the carrier signal. If the carrier signal is slowly varying (less than 20 Hz), the result is a slow amplitude variation effect (tremolo). Unit: Hz Range [0.0f .. 8000.0f] Default: 440.0f |
RingModulatorFrequency |
summary>This controls the cutoff frequency at which the input signal is high-pass filtered before being ring modulated. Unit: Hz Range [0.0f .. 24000.0f] Default: 800.0f |
RingModulatorHighpassCutoff |
summary>This property controls the time the filtering effect takes to sweep from minimum to maximum center frequency when it is triggered by input signal. Unit: Seconds Range [0.0001f .. 1.0f] Default: 0.06f |
AutowahAttackTime |
summary>This property controls the time the filtering effect takes to sweep from maximum back to base center frequency, when the input signal ends. Unit: Seconds Range [0.0001f .. 1.0f] Default: 0.06f |
AutowahReleaseTime |
summary>This property controls the resonant peak, sometimes known as emphasis or Q, of the auto-wah band-pass filter. Range [2.0f .. 1000.0f] Default: 1000.0f |
AutowahResonance |
summary>This property controls the input signal level at which the band-pass filter will be fully opened. Range [0.00003f .. 31621.0f] Default: 11.22f |
AutowahPeakGain |
summary>This property controls amount of cut or boost on the low frequency range. Range [0.126f .. 7.943f] Default: 1.0f |
EqualizerLowGain |
summary>This property controls the low frequency below which signal will be cut off. Unit: Hz Range [50.0f .. 800.0f] Default: 200.0f |
EqualizerLowCutoff |
summary>This property allows you to cut/boost signal on the "mid1" range. Range [0.126f .. 7.943f] Default: 1.0f |
EqualizerMid1Gain |
summary>This property sets the center frequency for the "mid1" range. Unit: Hz Range [200.0f .. 3000.0f] Default: 500.0f |
EqualizerMid1Center |
summary>This property controls the width of the "mid1" range. Range [0.01f .. 1.0f] Default: 1.0f |
EqualizerMid1Width |
summary>This property allows you to cut/boost signal on the "mid2" range. Range [0.126f .. 7.943f] Default: 1.0f |
EqualizerMid2Gain |
summary>This property sets the center frequency for the "mid2" range. Unit: Hz Range [1000.0f .. 8000.0f] Default: 3000.0f |
EqualizerMid2Center |
summary>This property controls the width of the "mid2" range. Range [0.01f .. 1.0f] Default: 1.0f |
EqualizerMid2Width |
summary>This property allows to cut/boost the signal at high frequencies. Range [0.126f .. 7.943f] Default: 1.0f |
EqualizerHighGain |
summary>This property controls the high frequency above which signal will be cut off. Unit: Hz Range [4000.0f .. 16000.0f] Default: 6000.0f |
EqualizerHighCutoff |
summary>Reverb Modal Density controls the coloration of the late reverb. Range [0.0f .. 1.0f] Default: 1.0f |
EaxReverbDensity |
summary>The Reverb Diffusion property controls the echo density in the reverberation decay. Range [0.0f .. 1.0f] Default: 1.0f |
EaxReverbDiffusion |
summary>Reverb Gain controls the level of the reverberant sound in an environment. A high level of reverb is characteristic of rooms with highly reflective walls and/or small dimensions. Unit: Linear gain Range [0.0f .. 1.0f] Default: 0.32f |
EaxReverbGain |
summary>Gain HF is used to attenuate the high frequency content of all the reflected sound in an environment. You can use this property to give a room specific spectral characteristic. Unit: Linear gain Range [0.0f .. 1.0f] Default: 0.89f |
EaxReverbGainHF |
summary>Gain LF is the low frequency counterpart to Gain HF. Use this to reduce or boost the low frequency content in an environment. Unit: Linear gain Range [0.0f .. 1.0f] Default: 1.0f |
EaxReverbGainLF |
summary>The Decay Time property sets the reverberation decay time. It ranges from 0.1f (typically a small room with very dead surfaces) to 20.0f (typically a large room with very live surfaces). Unit: Seconds Range [0.1f .. 20.0f] Default: 1.49f |
EaxReverbDecayTime |
summary>Decay HF Ratio scales the decay time of high frequencies relative to the value of the Decay Time property. By changing this value, you are changing the amount of time it takes for the high frequencies to decay compared to the mid frequencies of the reverb. Range [0.1f .. 2.0f] Default: 0.83f |
EaxReverbDecayHFRatio |
summary>Decay LF Ratio scales the decay time of low frequencies in the reverberation in the same manner that Decay HF Ratio handles high frequencies. Unit: Linear multiplier Range [0.1f .. 2.0f] Default: 1.0f |
EaxReverbDecayLFRatio |
summary>Reflections Gain sets the level of the early reflections in an environment. Early reflections are used as a cue for determining the size of the environment we are in. Unit: Linear gain Range [0.0f .. 3.16f] Default: 0.05f |
EaxReverbReflectionsGain |
summary>Reflections Delay controls the amount of time it takes for the first reflected wave front to reach the listener, relative to the arrival of the direct-path sound. Unit: Seconds Range [0.0f .. 0.3f] Default: 0.007f |
EaxReverbReflectionsDelay |
summary>The Late Reverb Gain property controls the overall amount of later reverberation relative to the Gain property. Range [0.0f .. 10.0f] Default: 1.26f |
EaxReverbLateReverbGain |
summary>The Late Reverb Delay property defines the begin time of the late reverberation relative to the time of the initial reflection (the first of the early reflections). It ranges from 0 to 100 milliseconds. Unit: Seconds Range [0.0f .. 0.1f] Default: 0.011f |
EaxReverbLateReverbDelay |
summary>Echo Time controls the rate at which the cyclic echo repeats itself along the reverberation decay. Range [0.075f .. 0.25f] Default: 0.25f |
EaxReverbEchoTime |
summary>Echo Depth introduces a cyclic echo in the reverberation decay, which will be noticeable with transient or percussive sounds. Range [0.0f .. 1.0f] Default: 0.0f |
EaxReverbEchoDepth |
summary>Modulation Time controls the speed of the rate of periodic changes in pitch (vibrato). Range [0.04f .. 4.0f] Default: 0.25f |
EaxReverbModulationTime |
summary>Modulation Depth controls the amount of pitch change. Low values of Diffusion will contribute to reinforcing the perceived effect by reducing the mixing of overlapping reflections in the reverberation decay. Range [0.0f .. 1.0f] Default: 0.0f |
EaxReverbModulationDepth |
summary>The Air Absorption Gain HF property controls the distance-dependent attenuation at high frequencies caused by the propagation medium. It applies to reflected sound only. Range [0.892f .. 1.0f] Default: 0.994f |
EaxReverbAirAbsorptionGainHF |
summary>The property HF reference determines the frequency at which the high-frequency effects created by Reverb properties are measured. Unit: Hz Range [1000.0f .. 20000.0f] Default: 5000.0f |
EaxReverbHFReference |
summary>The property LF reference determines the frequency at which the low-frequency effects created by Reverb properties are measured. Unit: Hz Range [20.0f .. 1000.0f] Default: 250.0f |
EaxReverbLFReference |
summary>The Room Rolloff Factor property is one of two methods available to attenuate the reflected sound (containing both reflections and reverberation) according to source-listener distance. It's defined the same way as OpenAL Rolloff Factor, but operates on reverb sound instead of direct-path sound. Range [0.0f .. 10.0f] Default: 0.0f |
enum OpenTK.Audio.OpenAL.EfxEffecti : int |
A list of valid Int32 Effect/GetEffect parameters
enum OpenTK.Audio.OpenAL.EfxEffectType : int |
Effect type definitions to be used with EfxEffecti.EffectType.
enum OpenTK.Audio.OpenAL.EfxFilterf : int |
A list of valid 32-bits Float Filter/GetFilter parameters
enum OpenTK.Audio.OpenAL.EfxFilteri : int |
enum OpenTK.Audio.OpenAL.EfxFilterType : int |
Filter type definitions to be used with EfxFilteri.FilterType.
enum OpenTK.Audio.OpenAL.EfxFormantFilterSettings : int |
Vocal morpher effect parameters. If both parameters are set to the same phoneme, that determines the filtering effect that will be heard. If these two parameters are set to different phonemes, the filtering effect will morph between the two settings at a rate specified by EfxEffectf.VocalMorpherRate.