Package | Description |
---|---|
marytts |
The main package for mary, containing some
fundamental data structure definitions.
|
marytts.client |
Mary socket client implementation and interface.
|
marytts.modules |
All the modules doing the actual processing.
|
marytts.modules.synthesis |
Internals of the synthesis module.
|
marytts.tools.dbselection | |
marytts.unitselection | |
marytts.unitselection.interpolation | |
marytts.unitselection.select | |
marytts.unitselection.select.viterbi | |
marytts.vocalizations |
Modifier and Type | Method and Description |
---|---|
AudioInputStream |
LocalMaryInterface.generateAudio(Document doc) |
AudioInputStream |
MaryInterface.generateAudio(Document doc)
Synthesis from an XML format, such as SSML, to audio.
|
AudioInputStream |
LocalMaryInterface.generateAudio(String text) |
AudioInputStream |
MaryInterface.generateAudio(String text)
Synthesis from a text format to audio.
|
String |
LocalMaryInterface.generateText(Document doc) |
String |
MaryInterface.generateText(Document doc)
Partial processing command, converting an input XML format such as SSML into an output text format such as TARGETFEATURES.
|
String |
LocalMaryInterface.generateText(String text) |
String |
MaryInterface.generateText(String text)
Partial processing command, converting an input text format such as TEXT into an output text format such as TARGETFEATURES.
|
Document |
LocalMaryInterface.generateXML(Document doc) |
Document |
MaryInterface.generateXML(Document doc)
Partial processing command, converting one XML format such as RAWMARYXML into another XML format such as TOKENS.
|
Document |
LocalMaryInterface.generateXML(String text) |
Document |
MaryInterface.generateXML(String text)
Partial processing command, converting an input text format such as TEXT into an XML format such as ALLOPHONES.
|
Modifier and Type | Method and Description |
---|---|
AudioInputStream |
RemoteMaryInterface.generateAudio(Document doc) |
AudioInputStream |
RemoteMaryInterface.generateAudio(String text) |
String |
RemoteMaryInterface.generateText(Document doc) |
String |
RemoteMaryInterface.generateText(String text) |
Document |
RemoteMaryInterface.generateXML(Document doc) |
Document |
RemoteMaryInterface.generateXML(String text) |
Modifier and Type | Method and Description |
---|---|
MaryData |
AcousticModeller.process(MaryData d) |
void |
HMMDurationF0Modeller.setActualDurations(org.w3c.dom.traversal.TreeWalker tw,
String durations)
Deprecated.
Set durations
|
void |
HMMDurationF0Modeller.setActualDurationsAndF0s(org.w3c.dom.traversal.TreeWalker tw,
String durF0s)
Deprecated.
Set durations and f0 values The meaning of f0="(X,Y)" is: at X% of the phone duration, the F0 value is Y Hz.
|
static void |
HTSEngine.setRealisedProsody(List<Element> tokensAndBoundaries,
HTSUttModel um) |
Modifier and Type | Method and Description |
---|---|
AudioInputStream |
Voice.synthesize(List<Element> tokensAndBoundaries,
String outputParams)
Synthesize a list of tokens and boundaries with the waveform synthesizer providing this voice.
|
AudioInputStream |
WaveformSynthesizer.synthesize(List<Element> tokensAndBoundaries,
Voice voice,
String outputParams)
Synthesize a given part of a MaryXML document.
|
AudioInputStream |
HMMSynthesizer.synthesize(List<Element> tokensAndBoundaries,
Voice voice,
String outputParams)
Synthesize a given part of a MaryXML document.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
CoverageUtils.sentenceToFeatures(String sentence,
Locale locale,
String featureNames,
boolean clientServer) |
Modifier and Type | Method and Description |
---|---|
AudioInputStream |
UnitSelectionSynthesizer.synthesize(List<Element> tokensAndBoundaries,
Voice voice,
String outputParams)
Synthesize a given part of a MaryXML document.
|
Modifier and Type | Method and Description |
---|---|
AudioInputStream |
InterpolatingSynthesizer.synthesize(List<Element> tokensAndBoundaries,
Voice voice,
String outputParams)
Synthesize a given part of a MaryXML document.
|
Modifier and Type | Method and Description |
---|---|
List<SelectedUnit> |
UnitSelector.selectUnits(List<Element> tokensAndBoundaries,
Voice voice)
Select the units for the targets in the given list of tokens and boundaries.
|
Modifier and Type | Method and Description |
---|---|
void |
Viterbi.apply()
Carry out a Viterbi search in for a prepared queue of ViterbiPoints.
|
Modifier and Type | Method and Description |
---|---|
abstract AudioInputStream |
VocalizationSynthesisTechnology.reSynthesize(int sourceIndex,
AudioFileFormat aft)
Re-synthesize given vocalization
|
AudioInputStream |
MLSASynthesisTechnology.reSynthesize(int backchannelNumber,
AudioFileFormat aft)
Re-synthesize given vocalization using MLSA (it is same as synthesize())
|
AudioInputStream |
HNMSynthesisTechnology.reSynthesize(int backchannelNumber,
AudioFileFormat aft)
Re-synthesize given vocalization using HNM technology
|
AudioInputStream |
FDPSOLASynthesisTechnology.reSynthesize(int backchannelNumber,
AudioFileFormat aft)
Re-synthesize given vocalization using FDPSOLA technology
|
abstract AudioInputStream |
VocalizationSynthesisTechnology.synthesize(int unitIndex,
AudioFileFormat aft)
Synthesize given vocalization
|
AudioInputStream |
MLSASynthesisTechnology.synthesize(int backchannelNumber,
AudioFileFormat aft)
Synthesize given vocalization using MLSA vocoder
|
AudioInputStream |
HNMSynthesisTechnology.synthesize(int backchannelNumber,
AudioFileFormat aft)
Synthesize given vocalization (i.e.
|
AudioInputStream |
FDPSOLASynthesisTechnology.synthesize(int backchannelNumber,
AudioFileFormat aft)
Synthesize given vocalization (i.e.
|
abstract AudioInputStream |
VocalizationSynthesisTechnology.synthesizeUsingImposedF0(int sourceIndex,
int targetIndex,
AudioFileFormat aft)
Impose target intonation contour on given vocalization
|
AudioInputStream |
MLSASynthesisTechnology.synthesizeUsingImposedF0(int sourceIndex,
int targetIndex,
AudioFileFormat aft)
Impose target intonation contour on given vocalization using MLSA technology
|
AudioInputStream |
HNMSynthesisTechnology.synthesizeUsingImposedF0(int sourceIndex,
int targetIndex,
AudioFileFormat aft)
Impose target intonation contour on given vocalization using HNM technology
|
AudioInputStream |
FDPSOLASynthesisTechnology.synthesizeUsingImposedF0(int sourceIndex,
int targetIndex,
AudioFileFormat aft)
Impose target intonation contour on given vocalization using HNM technology
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.