Packagecom.sonoport
Interfacepublic interface IVoiceSynthChoir extends IBaseSoundCore
Implementors VoiceSynthChoir



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


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


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