Array.<TTSChunk>BooleanInitializes an instance of AudioData.
Adds audio files to _audioFiles.
Kind: Instance method of AudioData
| Param | Type | Description |
|---|---|---|
| audioFiles | Array.<SdlFile> |
A list of audio files referenced by SdlFile instances. |
Create additional strings to be spoken by the system speech synthesizer using a phonetic string.
Kind: Instance method of AudioData
| Param | Type | Description |
|---|---|---|
| phoneticString | Array.<String> |
The strings to be spoken by the system speech synthesizer |
| phoneticType | SpeechCapabilities |
Must be one of `SAPI_PHONEMES`, `LHPLUS_PHONEMES`, `TEXT`, or `PRE_RECORDED` or no object will be created |
Create additional strings to be spoken by the system speech synthesizer.
Kind: Instance method of AudioData
| Param | Type | Description |
|---|---|---|
| spokenString | Array.<String> |
The strings to be spoken by the system speech synthesizer. |