Package | Description |
---|---|
marytts.htsengine | |
marytts.modules.synthesis |
Internals of the synthesis module.
|
marytts.unitselection | |
marytts.unitselection.interpolation |
Constructor and Description |
---|
HMMVoice(String voiceName,
WaveformSynthesizer synthesizer)
constructor
|
Modifier and Type | Class and Description |
---|---|
class |
HMMSynthesizer
HTS-HMM synthesiser.
|
Modifier and Type | Method and Description |
---|---|
WaveformSynthesizer |
Voice.synthesizer() |
Modifier and Type | Method and Description |
---|---|
static Collection<Voice> |
Voice.getAvailableVoices(WaveformSynthesizer synth)
Get the list of all available voices for a given waveform synthesizer.
|
static Collection<Voice> |
Voice.getAvailableVoices(WaveformSynthesizer synth,
Locale locale)
Get the list of all available voices for a given waveform synthesizer and locale.
|
Constructor and Description |
---|
Voice(String name,
Locale locale,
AudioFormat dbAudioFormat,
WaveformSynthesizer synthesizer,
Voice.Gender gender)
Deprecated.
|
Voice(String name,
WaveformSynthesizer synthesizer) |
Modifier and Type | Class and Description |
---|---|
class |
UnitSelectionSynthesizer
Builds and synthesizes unit selection voices
|
Constructor and Description |
---|
UnitSelectionVoice(String name,
WaveformSynthesizer synthesizer) |
Modifier and Type | Class and Description |
---|---|
class |
InterpolatingSynthesizer |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.