Skip to main content

Channel_compare

NameTypeDescription
enabledbooleanEnables this analysis type.
results_fileobjectThe location for the output channel compare information.
sensitivitynumberSet value that define how many spikes of miscorrelation can be skipped.
default: 5
correlation_thresholdnumberSet correlation threshold value.
maximum: 1
default: 0.8
min_duration_secnumberMinimum duration of similar part of signals. When set '-1.0' minimum duration set to the length of channels.
minimum: -1
default: 5

Example channel_compare

{
"uid": "dual_mono_detect",
"kind": "analyze",
"payload": {
"general_properties": {
"enabled": true
},
"deep_properties": {
"audio": {
"channel_compare": {
"results_file": {
"location": {
"storage_provider": "s3",
"path": "{{destination_path}}"
},
"file_pattern": "{source_basename}_dual_mono_detect.txt"
},
"enabled": true,
"sensitivity": 5,
"correlation_threshold": 0.6,
"min_duration_sec": 1
}
}
}
}
}