The plh
module reads and writes audio feature files.
Mode | Input | Output | Description |
---|---|---|---|
READ
|
nf
|
Reads in the normalized feature frames from file, outputting them to the nf stream. |
|
WRITE
|
nf
|
Accepts normalized frames on the input stream, and writes them to a feature frame file. |
Examples:
nf <- plh(READ, input)
output <- plh(WRITE, nf)
PlhFile* |
*You must set the value of this configuration parameter by setting the corresponding action parameter.
|