|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MaryClient.Voice | |
|---|---|
| marytts.client | Mary socket client implementation and interface. |
| marytts.tools.emospeak | |
| Uses of MaryClient.Voice in marytts.client |
|---|
| Fields in marytts.client with type parameters of type MaryClient.Voice | |
|---|---|
java.util.Vector<MaryClient.Voice> |
MaryFormData.allVoices
|
java.util.Map<java.util.Locale,java.util.Vector<MaryClient.Voice>> |
MaryFormData.voicesByLocaleMap
|
| Methods in marytts.client that return types with arguments of type MaryClient.Voice | |
|---|---|
java.util.Vector<MaryClient.Voice> |
MaryClient.getGeneralDomainVoices()
Provide a list of general domain voices known to the server. |
java.util.Vector<MaryClient.Voice> |
MaryClient.getGeneralDomainVoices(java.util.Locale locale)
Provide a list of general domain voices known to the server. |
java.util.Vector<MaryClient.Voice> |
MaryClient.getLimitedDomainVoices()
Provide a list of limited domain voices known to the server. |
java.util.Vector<MaryClient.Voice> |
MaryClient.getLimitedDomainVoices(java.util.Locale locale)
Provide a list of limited domain voices known to the server. |
java.util.Vector<MaryClient.Voice> |
MaryClient.getVoices()
Provide a list of voices known to the server. |
java.util.Vector<MaryClient.Voice> |
MaryClient.getVoices(java.util.Locale locale)
Provide a list of voices known to the server for the given locale. |
| Uses of MaryClient.Voice in marytts.tools.emospeak |
|---|
| Methods in marytts.tools.emospeak with parameters of type MaryClient.Voice | |
|---|---|
void |
AsynchronousThreadedMaryClient.scheduleRequest(java.lang.String prosodyxmlString,
MaryClient.Voice voice,
int requestNumber)
Schedule the latest request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||