This node saves of feature vectors in the file format that can be treated by HTK (The Hidden Markov Model Toolkit).
No files are required.
When to use
This node is used when saving acoustic features such as MFCC, MSLS. Different from SaveFeatures , an exclusive header is added, for saving so that they can be treated by HTK.
Typical connection
Parameter name |
Type |
Default value |
Unit |
Description |
BASENAME |
Prefix of file name when saving |
|||
HTK_PERIOD |
100000 |
[100 nsec] |
Frame period |
|
FEATURE_TYPE |
USER |
Type of feature |
Input
: Map<int, ObjectRef> type.
: Vector<ObjectRef> type. This input is optional.
Output
: Map<int, ObjectRef> type.
Parameter
: string type. Prefix of a file name when saving. An ID of SOURCES is given after Prefix and features are stored when saving.
: Setting of frame period. Its unit is [100 nsec]. When shift length is 160 at the sampling frequency of 16000[Hz], the frame period is 10[msec]. Therefore, 10[ms] = 100000 * 100[nsec], which indicates that 100000 is obtained as an appropriate set point.
: Designation of type of features to be treated in HTK. Follow HTK’s original type. For example, when MFCC_E_D, “(MFCC+ power) + delta (MFCC+ power)", set this parameter so that it can match with the contents of features calculated in HARK. See the HTKbook for the details.
This node saves feature vectors in a format which can be treated by HTK. In terms of file format, vector elements are saved in 32-bit floating-point number format in IEEE 754 big endian. As for the naming rule, an ID number is given after the Prefix given in the the BASENAME property. Setting of the header of HTK can be changed in Property.