java.lang.Object
public AudioData(SdlFile audioFile)
public AudioData(String phoneticString,SpeechCapabilities phoneticType)
Add additional SDLFiles holding data or pointing to a file on the file system. When this object is passed to an `Alert` or `Speak`, the file will be uploaded if it is not already, then played if the system supports that feature.
public void addAudioFiles(java.util.List<SdlFile> audioFiles)
Create additional strings to be spoken by the system speech synthesizer.
public void addSpeechSynthesizerStrings(java.util.List<java.lang.String> spokenString)
Create additional strings to be spoken by the system speech synthesizer using a phonetic string.
public void addPhoneticSpeechSynthesizerStrings(java.util.List<java.lang.String> phoneticString,SpeechCapabilities phoneticType)
public java.util.List getAudioData()
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |