The audiotemplatescore
module scores audio data against one or more audio classifiers.
Mode | Input | Output | Description |
---|---|---|---|
nf
|
w, sid |
Use fixed-size segments for analysis. | |
SEGMENT
|
nf, w
|
w, sid
|
Use the input label stream to define analysis segmentation. |
Examples:
sid <- audiotemplatescore(SEGMENT, nf, w)
|