Packagecom.sonoport
Interfacepublic interface IVoiceSynthSingle extends IBaseSoundCore
Implementors VoiceSynthSingle



Public Properties
 PropertyDefined By
 Inheritedgain : Number
Gain.
IBaseSoundCore
  midiNote : Number
IVoiceSynthSingle
 Inheritedpan : Number
Left-to-right position of the sound, ranging from -1 (full pan left) to 1 (full pan right).
IBaseSoundCore
  vocaltype : int
IVoiceSynthSingle
  vowel : int
IVoiceSynthSingle
Public Methods
 MethodDefined By
 Inherited
play():void
Start playing a sound.
IBaseSoundCore
 Inherited
stop():void
Stop the sound.
IBaseSoundCore
Property Detail
midiNoteproperty
midiNote:Number


Implementation
    public function get midiNote():Number
    public function set midiNote(value:Number):void
vocaltypeproperty 
vocaltype:int


Implementation
    public function get vocaltype():int
    public function set vocaltype(value:int):void
vowelproperty 
vowel:int


Implementation
    public function get vowel():int
    public function set vowel(value:int):void