Package | Description |
---|---|
org.ispeech |
Modifier and Type | Method and Description |
---|---|
static SpeechSynthesis |
SpeechSynthesis.getInstance(Activity callingActivity) |
static SpeechRecognizer |
SpeechRecognizer.getInstance(Context context)
Gets an instance of the iSpeech SpeechRecognizer class.
|
static SpeechSynthesis |
SpeechSynthesis.getInstance(Context context,
Activity callingActivity)
Gets an instance of the iSpeech Speech Synthesis class.
|
MarkerHolder |
SpeechSynthesis.getMarkerInfo(String text,
String voice,
String speed,
String format) |
VisemeHolder |
SpeechSynthesis.getVisemeInfo(String text,
String voice,
String speed,
String format)
Returns a VisemeHolder Object that contains all the information for a viseme animation for a given text.
|