Skip to main content

Audio

NameTypeDescription
track_selectorobjectMechanism to select a specific audio track.
levelsobjectPerforms a deep analysis of the audio track(s), including DC offset, RMS peak, level etc.
ebur128objectPerforms a EBU R.128 loudness determination on the audio track(s).
dolby_professional_loudnessobjectPerforms Dolby loudness analysis on the audio track(s).
loudnessobjectPerforms loudness analysis on the audio track(s) and draws temporal loudness on charts.
volumeobjectUses simple volume measurement. This is less precise than using deep_stats but of higher performance.
silenceobjectDetect silent segments in the audio track(s).
channel_compareobjectFind similarity between audio channels higher than defined threshold, by comparing their spectral components.
phase_mismatchobjectFind phase mismatches between audio channels.
psnrobjectDetermine the PSNR value between an asset and a reference.
emergency_alertobjectDetect emergency alert signals in the audio track(s).

Example audio

{
"uid": "analyze_task",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": [
{
"track_selector": {
"index": 2
},
"volume": {
"enabled": true
},
"levels": {
"enabled": true
}
}
],
"video": {
"black": {
"duration_sec": 5,
"enabled": true
}
}
}
}
}