public class VocalizationF0PolynomialInspector extends VoiceImportComponent
Modifier and Type | Field and Description |
---|---|
protected TimelineReader |
audio |
protected BasenameList |
bnlVocalizations |
protected FeatureFileReader |
contours |
protected double |
costMeasure |
protected DatabaseLayout |
db |
String |
EXTERNALDIR |
String |
EXTERNALEXT |
String |
EXTERNALF0FORMAT |
protected FunctionGraph |
f0Graph |
String |
F0MAX |
String |
F0MIN |
String |
F0POLYFILE |
protected PrintWriter |
featurePW |
protected FeatureFileReader |
features |
protected FeatureDefinition |
inFeatureDefinition |
String |
ISEXTERNALF0 |
protected JFrame |
jf |
String |
KCLUSTERS |
String |
ONEWORD |
String |
PARTBASENAME |
protected int |
percent |
String |
POLYORDER |
protected UnitFileReader |
units |
String |
WAVEDIR |
bnl, logger, props, props2Help
Constructor and Description |
---|
VocalizationF0PolynomialInspector() |
Modifier and Type | Method and Description |
---|---|
boolean |
compute()
Do the computations required by this component.
|
protected void |
displaySentences(String baseName) |
SortedMap<String,String> |
getDefaultProps(DatabaseLayout db)
Get the map of properties2values containing the default values
|
String |
getName()
Get the name of this component
|
int |
getProgress()
Provide the progress of computation, in percent, or -1 if that feature is not implemented.
|
protected void |
initialiseComp()
Initialise a voice import component: component specific initialisation; to be overwritten by subclasses
|
static void |
main(String[] args) |
protected void |
setupHelp() |
getHelpText, getHelpTextForProp, getProp, initialise, setProp
protected FeatureFileReader features
protected FeatureDefinition inFeatureDefinition
protected UnitFileReader units
protected FeatureFileReader contours
protected TimelineReader audio
protected DatabaseLayout db
protected int percent
protected FunctionGraph f0Graph
protected JFrame jf
protected PrintWriter featurePW
protected double costMeasure
protected BasenameList bnlVocalizations
public final String WAVEDIR
public final String F0POLYFILE
public final String F0MIN
public final String F0MAX
public final String PARTBASENAME
public final String ONEWORD
public final String KCLUSTERS
public final String POLYORDER
public final String ISEXTERNALF0
public final String EXTERNALF0FORMAT
public final String EXTERNALDIR
public final String EXTERNALEXT
public String getName()
VoiceImportComponent
getName
in class VoiceImportComponent
public SortedMap<String,String> getDefaultProps(DatabaseLayout db)
VoiceImportComponent
getDefaultProps
in class VoiceImportComponent
db
- dbprotected void setupHelp()
setupHelp
in class VoiceImportComponent
protected void initialiseComp()
VoiceImportComponent
initialiseComp
in class VoiceImportComponent
public boolean compute() throws IOException, UnsupportedAudioFileException
VoiceImportComponent
compute
in class VoiceImportComponent
IOException
UnsupportedAudioFileException
protected void displaySentences(String baseName) throws IOException, UnsupportedAudioFileException
baseName
- baseNameIOException
- IOExceptionUnsupportedAudioFileException
- UnsupportedAudioFileExceptionpublic int getProgress()
getProgress
in class VoiceImportComponent
Copyright © 2000–2016 DFKI GmbH. All rights reserved.