| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| serviceURL — Property in class com.acapela.vaas.BasicVaas | |
| The service URL you may have receive from Acapela. | |
| shaping — Property in class com.acapela.vaas.advanced.Message | |
| The shaping of the sound associated to the message | |
| sound — Property in class com.acapela.vaas.advanced.Message | |
The instance of Sound |
|
| sound — Property in class com.acapela.vaas.advanced.events.SoundEvent | |
| the sound to this event | |
| soundBuffering — Event in class com.acapela.vaas.advanced.Player | |
| Dispatched when the playback of the sound corresponding to the event is buffering. | |
| SOUND_BUFFERING — Constant static property in class com.acapela.vaas.advanced.events.SoundEvent | |
The SoundEvent.SOUND_BUFFERING constant defines the value of the type property of an soundBuffering event object. |
|
| soundDownloadEnded — Event in class com.acapela.vaas.advanced.Synthesizer | |
| Dispatched when the download of the sound corresponding to the request message ended. | |
| SOUND_DOWNLOAD_ENDED — Constant static property in class com.acapela.vaas.advanced.events.SoundEvent | |
The SoundEvent.SOUND_DOWNLOAD_ENDED constant defines the value of the type property of an soundDownloadEnded event object. |
|
| soundDownloadStarted — Event in class com.acapela.vaas.advanced.Synthesizer | |
| Dispatched when the download of the sound corresponding to the request message started. | |
| SOUND_DOWNLOAD_STARTED — Constant static property in class com.acapela.vaas.advanced.events.SoundEvent | |
The SoundEvent.SOUND_DOWNLOAD_STARTED constant defines the value of the type property of an soundDownloadStarted event object. |
|
| SoundEvent — Class in package com.acapela.vaas.advanced.events | |
| The events related to the status of sound downloading and playback. | |
| soundFileExtension — Property in class com.acapela.vaas.advanced.MessageExt | |
| The extension of the sound file associated to the message. | |
| soundFileType — Property in class com.acapela.vaas.advanced.MessageExt | |
| The format of the sound file associated to the message. | |
| SOUND_FILE_TYPE_MP3 — Constant static property in class com.acapela.vaas.advanced.MessageExt | |
| File type of the sound in format MP3. | |
| SOUND_FILE_TYPE_RAW — Constant static property in class com.acapela.vaas.advanced.MessageExt | |
| File type of the sound in format RAW. | |
| SOUND_FILE_TYPE_WAV — Constant static property in class com.acapela.vaas.advanced.MessageExt | |
| File type of the sound in format WAV. | |
| SOUND_GENERATION_ERROR — Constant static property in class com.acapela.vaas.advanced.VaasError | |
| Error type used when the request failed at sound generation step (usually voice error). | |
| soundInfoObtained — Event in class com.acapela.vaas.advanced.Synthesizer | |
| Dispatched when the information of sound file is obtained, usually if the sound in format mp3. | |
| SOUND_INFO_OBTAINED — Constant static property in class com.acapela.vaas.advanced.events.SoundEvent | |
The SoundEvent.SOUND_INFO_OBTAINED constant defines the value of the type property of an soundInfoObtained event object. |
|
| soundLength — Property in class com.acapela.vaas.advanced.Message | |
| Duration in milliseconds of the sound associated to the message. | |
| soundPlayEnded — Event in class com.acapela.vaas.advanced.Player | |
| Dispatched when the playback of the sound corresponding to the event has finished playing. | |
| SOUND_PLAY_ENDED — Constant static property in class com.acapela.vaas.advanced.events.SoundEvent | |
The SoundEvent.SOUND_PLAY_ENDED constant defines the value of the type property of an soundPlayEnded event object. |
|
| soundPlayStarted — Event in class com.acapela.vaas.advanced.Player | |
| Dispatched when the playback of the sound corresponding to the event is about to start. | |
| SOUND_PLAY_STARTED — Constant static property in class com.acapela.vaas.advanced.events.SoundEvent | |
The SoundEvent.SOUND_BUFFERING constant defines the value of the type property of an soundBuffering event object. |
|
| soundSize — Property in class com.acapela.vaas.advanced.Message | |
| Size in octets of the sound associated to the message. | |
| soundURL — Property in class com.acapela.vaas.advanced.Message | |
| URL of the sound associated to the message. | |
| SPEECH_ISSUE — Constant static property in class com.acapela.vaas.advanced.MessageManager | |
| speech issus reason to notify a message. | |
| speed — Property in class com.acapela.vaas.advanced.Message | |
| The speed of the sound associated to the message | |
| startPos — Property in class com.acapela.vaas.advanced.events.WordPositionEvent | |
| Shortcut to the start position of the word in the text. | |
| startPos — Property in class com.acapela.vaas.advanced.synchro.WordPosition | |
| An integer specifying the index of the first character of this word in the string of text message | |
| stop() — Method in class com.acapela.vaas.BasicVaas | |
| Stops the sound that is playing. | |
| stop() — Method in class com.acapela.vaas.advanced.Player | |
| Stops the sound that is playing. | |
| streamingEnabled — Property in class com.acapela.vaas.advanced.Player | |
|
By default the player uses streaming whenever possible (i.e: when no synchro for positions is requested). You can disable it by setting streamingEnabled to false. |
|
| synchroBookmarkPosition — Event in class com.acapela.vaas.advanced.Player | |
Dispatched at the right moment with sound playing, which is obtained by the call of play(msg:Message) or replay(sound_id:String=null). |
|
| SYNCHRO_BOOKMARK_POSITION — Constant static property in class com.acapela.vaas.advanced.events.BookmarkPositionEvent | |
The BookmarkPositionEvent.SYNCHRO_BOOKMARK_POSITION constant defines the value of the type property of an synchroBookmarkPosition event object. |
|
| synchroMouthPosition — Event in class com.acapela.vaas.advanced.Player | |
| Dispatched while a message is played to notify the application of the mouth properties associated to the speech. | |
| SYNCHRO_MOUTH_POSITION — Constant static property in class com.acapela.vaas.advanced.events.MouthPositionEvent | |
The MouthPositionEvent.SYNCHRO_MOUTH_POSITION constant defines the value of the type property of an synchroMouthPosition event object. |
|
| synchroWordPosition — Event in class com.acapela.vaas.advanced.Player | |
| Dispatched while a message is played to notify the application of the words currently spoken. | |
| SYNCHRO_WORD_POSITION — Constant static property in class com.acapela.vaas.advanced.events.WordPositionEvent | |
The WordPositionEvent.SYNCHRO_WORD_POSITION constant defines the value of the type property of an synchroWordPosition event object. |
|
| synthesizer — Property in class com.acapela.vaas.advanced.Connector | |
the Synthesizer |
|
| Synthesizer — Class in package com.acapela.vaas.advanced | |
| Performs the core functions of the service : generating messages and retrieving generated message - compliant with all sound types. | |
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |