Struct alto::VocalMorpherEffect [] [src]

pub struct VocalMorpherEffect<'d: 'c, 'c> { /* fields omitted */ }

AL_EFFECT_VOCAL_MORPHER

Methods

impl<'d: 'c, 'c> VocalMorpherEffect<'d, 'c>
[src]

alGetEffecti(AL_VOCAL_MORPHER_PHONEMEA)

alEffecti(AL_VOCAL_MORPHER_PHONEMEA)

alGetEffecti(AL_VOCAL_MORPHER_PHONEMEB)

alEffecti(AL_VOCAL_MORPHER_PHONEMEB)

alGetEffecti(AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING)

alEffecti(AL_VOCAL_MORPHER_PHONEMEA_COARSE_TUNING)

alGetEffecti(AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING)

alEffecti(AL_VOCAL_MORPHER_PHONEMEB_COARSE_TUNING)

alGetEffecti(AL_VOCAL_MORPHER_WAVEFORM)

alEffecti(AL_VOCAL_MORPHER_WAVEFORM)

alGetEffectf(AL_VOCAL_MORPHER_RATE)

alEffectf(AL_VOCAL_MORPHER_RATE)

Trait Implementations

impl<'d: 'c, 'c> EffectTrait<'d, 'c> for VocalMorpherEffect<'d, 'c>
[src]

Context from which this effect was created.

Raw handle as provided by OpenAL.

impl<'d: 'c, 'c> Drop for VocalMorpherEffect<'d, 'c>
[src]

A method called when the value goes out of scope. Read more