Package | Description |
---|---|
marytts.client |
Mary socket client implementation and interface.
|
marytts.client.http | |
marytts.server.http |
Modifier and Type | Field and Description |
---|---|
Address |
MaryFormData.hostAddress |
Modifier and Type | Method and Description |
---|---|
Address |
MaryClient.getAddress() |
Modifier and Type | Method and Description |
---|---|
static MaryClient |
MaryClient.getMaryClient(Address serverAddress)
The typical way to create a mary client.
|
static MaryClient |
MaryClient.getMaryClient(Address serverAddress,
boolean profile,
boolean quiet) |
void |
MaryFormData.init(Address serverAddress,
Map<String,String> keyValuePairsIn,
String versionIn,
String voicesIn,
String dataTypesIn,
String audioFileFormatTypesIn,
String audioEffectHelpTextLineBreakIn,
String defaultAudioEffects,
Vector<String> defaultVoiceExampleTexts) |
Constructor and Description |
---|
MaryClient(Address serverAddress)
The typical way to create a mary client.
|
MaryClient(Address serverAddress,
boolean profile,
boolean quiet)
An alternative way to create a mary client, which works with applets.
|
MaryFormData(Address serverAddress) |
MaryFormData(Address serverAddress,
Map<String,String> keyValuePairsIn,
String versionIn,
String voicesIn,
String dataTypesIn,
String audioFileFormatTypesIn,
String audioEffectHelpTextLineBreakIn,
String defaultAudioEffects,
Vector<String> defaultVoiceExampleTexts) |
MaryFormData(Address serverAddress,
String versionIn,
String voicesIn,
String dataTypesIn,
String audioFileFormatTypesIn,
String audioEffectHelpTextLineBreakIn,
String defaultAudioEffects,
Vector<String> defaultVoiceExampleTexts) |
MaryGUIClient(Address hostAddress,
JApplet applet)
Create a MaryGUIClient instance that connects to the given server host and port.
|
MarySocketClient(Address serverAddress)
The typical way to create a mary client.
|
MarySocketClient(Address serverAddress,
boolean profile,
boolean quiet)
An alternative way to create a mary client, which works with applets.
|
Constructor and Description |
---|
MaryHttpClient(Address serverAddress)
The typical way to create a mary client.
|
MaryHttpClient(Address serverAddress,
boolean profile,
boolean quiet)
An alternative way to create a mary client, which works with applets.
|
Modifier and Type | Method and Description |
---|---|
protected Address |
BaseHttpRequestHandler.getServerAddressAtClient(String fullHeader) |
Modifier and Type | Method and Description |
---|---|
protected void |
SynthesisRequestHandler.handleClientRequest(String absPath,
Map<String,String> queryItems,
org.apache.http.HttpResponse response,
Address serverAddressAtClient) |
protected void |
InfoRequestHandler.handleClientRequest(String absPath,
Map<String,String> queryItems,
org.apache.http.HttpResponse response,
Address serverAddressAtClient) |
protected void |
FileRequestHandler.handleClientRequest(String absPath,
Map<String,String> queryItems,
org.apache.http.HttpResponse response,
Address serverAddressAtClient) |
protected abstract void |
BaseHttpRequestHandler.handleClientRequest(String absPath,
Map<String,String> queryItems,
org.apache.http.HttpResponse response,
Address serverAddressAtClient) |
void |
SynthesisRequestHandler.process(Address serverAddressAtClient,
Map<String,String> queryItems,
org.apache.http.HttpResponse response) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.