#include <FEAPI.h>
Definition at line 140 of file FEAPI.h.
Data Fields | |
char | acName [FEAPI_kMaxNameLength] |
name of the result/feature (e.g. "Spectral Centroid", "Loudness", etc.) | |
char | acUnit [FEAPI_kMaxUnitLength] |
unit of the result/feature (e.g. "dB", "sone", "Hz", etc.) | |
char | acDescription [FEAPI_kMaxDescriptionLength] |
description of the result/feature (clear text description) | |
float | fRangeMin |
minimum value of the result/feature (if no minimum value: minimum floating point value) | |
float | fRangeMax |
maximum value of the result/feature (if no maximum value: maximum floating point value) | |
float | fQuantizedTo |
quantization step size of the result/feature (e.g. 1 for integer result, -1 for no quantization) | |
float | fSampleRate |
sample rate of the result/feature output in Hz; -1 if sample rate equals input block length, -2 for non-equidistant samples |
|
description of the result/feature (clear text description)
|
|
name of the result/feature (e.g. "Spectral Centroid", "Loudness", etc.)
|
|
unit of the result/feature (e.g. "dB", "sone", "Hz", etc.)
|
|
quantization step size of the result/feature (e.g. 1 for integer result, -1 for no quantization)
|
|
maximum value of the result/feature (if no maximum value: maximum floating point value)
|
|
minimum value of the result/feature (if no minimum value: minimum floating point value)
|
|
sample rate of the result/feature output in Hz; -1 if sample rate equals input block length, -2 for non-equidistant samples
|