Channel_compare
Name | Type | Description |
---|---|---|
enabled | boolean | Enables this analysis type. |
results_file | object | The location for the output channel compare information. |
sensitivity | number | Set value that define how many spikes of miscorrelation can be skipped. default: 5 |
correlation_threshold | number | Set correlation threshold value. maximum: 1 default: 0.8 |
min_duration_sec | number | Minimum 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
}
}
}
}
}