Record
audio-analysis-object-track
No description available.
record audio-analysis-object-track {
analysis-channels: option<s32>,
analysis-sample-rate: option<s32>,
code-version: option<f64>,
codestring: option<string>,
duration: option<f64>,
echoprint-version: option<f64>,
echoprintstring: option<string>,
end-of-fade-in: option<f64>,
key: option<key>,
key-confidence: option<f64>,
loudness: option<loudness>,
mode: option<mode>,
mode-confidence: option<f64>,
num-samples: option<s32>,
offset-seconds: option<s32>,
rhythm-version: option<f64>,
rhythmstring: option<string>,
sample-md5: option<string>,
start-of-fade-out: option<f64>,
synch-version: option<f64>,
synchstring: option<string>,
tempo: option<tempo>,
tempo-confidence: option<f64>,
time-signature: option<time-signature>,
time-signature-confidence: option<f64>,
window-seconds: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| analysis-channels | option<s32> | |
| analysis-sample-rate | option<s32> | |
| code-version | option<f64> | |
| codestring | option<string> | |
| duration | option<f64> | |
| echoprint-version | option<f64> | |
| echoprintstring | option<string> | |
| end-of-fade-in | option<f64> | |
| key | option<key> | |
| key-confidence | option<f64> | |
| loudness | option<loudness> | |
| mode | option<mode> | |
| mode-confidence | option<f64> | |
| num-samples | option<s32> | |
| offset-seconds | option<s32> | |
| rhythm-version | option<f64> | |
| rhythmstring | option<string> | |
| sample-md5 | option<string> | |
| start-of-fade-out | option<f64> | |
| synch-version | option<f64> | |
| synchstring | option<string> | |
| tempo | option<tempo> | |
| tempo-confidence | option<f64> | |
| time-signature | option<time-signature> | |
| time-signature-confidence | option<f64> | |
| window-seconds | option<s32> |