public class TTSRegistry extends Object
Constructor and Description |
---|
TTSRegistry() |
Modifier and Type | Method and Description |
---|---|
static ITTSEngine |
createTTSEngine(String id) |
static String |
getDefaultEngine()
This returns the ID of TTS engine which has the highest priority in the
available engines.
|
static String[][] |
getLabelAndIds()
This returns {"name", "id"} pairs of TTS engine plug-ins.
|
static boolean |
isAvailable(String id) |
public static boolean isAvailable(String id)
id
- the ID of TTS engine plug-in.public static String getDefaultEngine()
public static String[][] getLabelAndIds()
public static ITTSEngine createTTSEngine(String id)
id
- the ID of TTS engine plug-in.