public class ESTCaller extends Object
Constructor and Description |
---|
ESTCaller(DatabaseLayout newDb)
Constructor which gets the location of the EST speech tools from the database layout's config settings.
|
Modifier and Type | Method and Description |
---|---|
void |
make_lpc(String[] baseNameArray,
String correctedPitchmarksDirName,
String correctedPitchmarksExt,
String lpcDirName,
String lpcExt)
An equivalent to the make_lpc shell script
|
void |
make_mcep(String[] baseNameArray,
String correctedPitchmarksDirName,
String correctedPitchmarksExt,
String mcepDirName,
String mcepExt)
An equivalent to the make_mcep shell script
|
void |
make_pm_wave(String[] baseNameArray,
String pitchmarksDirName,
String pitchmarksExt)
An equivalent to the make_pm_wave shell script
|
public ESTCaller(DatabaseLayout newDb)
newDb
- a database layout, please refer to the DatabaseLayout class for more info.public void make_pm_wave(String[] baseNameArray, String pitchmarksDirName, String pitchmarksExt)
pitchmarksDirName
- The layout of the processed databasebaseNameArray
- The array of basenames of the .wav files to processpitchmarksExt
- pitchmarksExtpublic void make_lpc(String[] baseNameArray, String correctedPitchmarksDirName, String correctedPitchmarksExt, String lpcDirName, String lpcExt)
correctedPitchmarksDirName
- corrected pitchmarks with the directory namebaseNameArray
- The array of basenames of the .wav files to processcorrectedPitchmarksExt
- correctedPitchmarksExtlpcDirName
- lpcDirNamelpcExt
- lpcExtpublic void make_mcep(String[] baseNameArray, String correctedPitchmarksDirName, String correctedPitchmarksExt, String mcepDirName, String mcepExt)
correctedPitchmarksDirName
- The layout of the processed databasebaseNameArray
- The array of basenames of the .wav files to processcorrectedPitchmarksExt
- correctedPitchmarksExtmcepDirName
- mcepDirNamemcepExt
- mcepExtCopyright © 2000–2016 DFKI GmbH. All rights reserved.