Package | Description |
---|---|
marytts.modules.acoustic | |
marytts.modules.synthesis |
Internals of the synthesis module.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundaryModel
Model which currently predicts only a flat 400 ms duration for each boundary Element
|
class |
CARTModel
Model for applying a CART to a list of Targets
|
class |
HMMModel
Model for predicting duration and F0 from HMMs
|
class |
SoPModel
Model for predicting duration and F0 from SoP models
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Model> |
Voice.acousticModels |
Modifier and Type | Method and Description |
---|---|
Model |
Voice.getBoundaryModel()
Get the boundary duration model for this voice.
|
Model |
Voice.getDurationModel()
Get the duration model for this voice.
|
Model |
Voice.getF0Model()
Get the F0 model for this voice.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Model> |
Voice.getAcousticModels()
Get the acoustic models defined for this voice.
|
Map<String,Model> |
Voice.getOtherModels()
Return any "other" acoustic models that we have.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.