Package | Description |
---|---|
marytts.client |
Mary socket client implementation and interface.
|
marytts.tools.emospeak |
Modifier and Type | Field and Description |
---|---|
Vector<MaryClient.Voice> |
MaryFormData.allVoices |
Map<Locale,Vector<MaryClient.Voice>> |
MaryFormData.voicesByLocaleMap |
Modifier and Type | Method and Description |
---|---|
Vector<MaryClient.Voice> |
MaryClient.getGeneralDomainVoices()
Provide a list of general domain voices known to the server.
|
Vector<MaryClient.Voice> |
MaryClient.getGeneralDomainVoices(Locale locale)
Provide a list of general domain voices known to the server.
|
Vector<MaryClient.Voice> |
MaryClient.getLimitedDomainVoices()
Provide a list of limited domain voices known to the server.
|
Vector<MaryClient.Voice> |
MaryClient.getLimitedDomainVoices(Locale locale)
Provide a list of limited domain voices known to the server.
|
Vector<MaryClient.Voice> |
MaryClient.getVoices()
Provide a list of voices known to the server.
|
Vector<MaryClient.Voice> |
MaryClient.getVoices(Locale locale)
Provide a list of voices known to the server for the given locale.
|
Modifier and Type | Method and Description |
---|---|
void |
AsynchronousThreadedMaryClient.scheduleRequest(String prosodyxmlString,
MaryClient.Voice voice,
int requestNumber)
Schedule the latest request.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.