public class InterpolatingVoice extends Voice
Voice.Gender
Modifier and Type | Field and Description |
---|---|
protected Voice |
firstVoice |
acousticModels, AF16000, AF16000BE, AF22050, durationGraph, f0ContourFeatures, f0Graph, FEMALE, logger, MALE
Constructor and Description |
---|
InterpolatingVoice(InterpolatingSynthesizer is,
String name) |
Modifier and Type | Method and Description |
---|---|
AudioFormat |
dbAudioFormat() |
Voice.Gender |
gender() |
Allophone |
getAllophone(String phoneSymbol)
Get the Allophone set for the given phone symbol.
|
AllophoneSet |
getAllophoneSet()
Determine whether this voice has the given name.
|
Locale |
getLocale() |
static boolean |
isInterpolatingVoiceName(String name) |
getAcousticModels, getAvailableVoices, getAvailableVoices, getAvailableVoices, getAvailableVoices, getBoundaryModel, getDefaultVoice, getDurationGraph, getDurationModel, getF0ContourFeatures, getF0Graph, getF0Model, getName, getOtherModels, getPreferredModulesAcceptingType, getStyles, getSuitableVoice, getVocalizationSynthesizer, getVoice, getVoice, getVoice, hasName, hasVocalizationSupport, registerVoice, synthesize, synthesizer, toString
protected Voice firstVoice
public InterpolatingVoice(InterpolatingSynthesizer is, String name) throws MaryConfigurationException
MaryConfigurationException
public static boolean isInterpolatingVoiceName(String name)
public AllophoneSet getAllophoneSet()
voice1 with XY% voice2
<br⁄> <br⁄> where voice1 and voice2 must be existing voices, and
XY is an integer between 0 and 100.getAllophoneSet
in class Voice
public Allophone getAllophone(String phoneSymbol)
Voice
getAllophone
in class Voice
phoneSymbol
- phoneSymbolpublic AudioFormat dbAudioFormat()
dbAudioFormat
in class Voice
public Voice.Gender gender()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.