Package | Description |
---|---|
marytts.machinelearning |
Machine learning classes for K-Means clustering, Gaussian Mixture
Models, and manual data generation for testing purposes.
|
marytts.modules.phonemiser | |
marytts.modules.synthesis |
Internals of the synthesis module.
|
marytts.signalproc.process | |
marytts.unitselection.interpolation | |
marytts.unitselection.select |
Modifier and Type | Method and Description |
---|---|
static Allophone[] |
ContextualGMMParams.getAllophones(AllophoneSet allophoneSet) |
Modifier and Type | Method and Description |
---|---|
static int[] |
ContextualGMMParams.getPhonologyClasses(Allophone[] phns) |
void |
ContextualGMMParams.setClasses(Allophone[] phns,
GMMTrainerParams commonParams) |
void |
ContextualGMMParams.setClasses(Allophone[] phns,
GMMTrainerParams[] params) |
Modifier and Type | Method and Description |
---|---|
protected Allophone |
Syllabifier.getAllophone(String phone)
Deprecated.
Use
AllophoneSet.getAllophone(String) instead |
Allophone |
AllophoneSet.getAllophone(String ph)
Get the Allophone with the given name
|
Allophone |
AllophoneSet.getSilence()
Obtain the silence allophone in this AllophoneSet
|
Allophone[] |
AllophoneSet.splitIntoAllophones(String allophoneString)
Split a phonetic string into allophone symbols.
|
Modifier and Type | Method and Description |
---|---|
Allophone |
Voice.getAllophone(String phoneSymbol)
Deprecated.
use
AllophoneSet.getAllophone(String) directly instead |
Modifier and Type | Method and Description |
---|---|
static void |
Blizzard09PostProcessor.mainSingleFile(String inputWavFile,
String outputWavFile,
Allophone[] allophones) |
static double[] |
Blizzard09PostProcessor.process(double[] x,
Labels labels,
Allophone[] allophones,
int samplingRateInHz,
double absMaxOrig) |
Modifier and Type | Method and Description |
---|---|
Allophone |
InterpolatingVoice.getAllophone(String phoneSymbol) |
Modifier and Type | Method and Description |
---|---|
Allophone |
Target.getAllophone() |
Allophone |
DiphoneTarget.getAllophone() |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.