This node saves feature vectors in files.
No files are required.
When to use
This node is used to save acoustic features such as MFCC and MSLS.
Typical connection
Parameter name |
Type |
Default value |
Unit |
Description |
BASENAME |
Prefix of file name when saving |
Input
: Map<int, ObjectRef> type. The value is a feature vector (Vector<float> ).
: 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.
Feature vectors are saved. In terms of file format, vector elements are saved in 32-bit floating-point number format in IEEE 754 little endian. As for the naming rule, an ID number is given after the Prefix given in the BASENAME property.