MqaAudioWeights interface
Weights controlling the MQA-AUDIO composite score aggregation (SVTA registry 24). Same start-at-100-subtract-penalties model as MQA-VIDEO; see the PureScript QualityMetrics module for the exact math.
Signature:
export interface MqaAudioWeights
Properties
| Property | Type | Description |
|---|---|---|
number |
Multiplier on clip_ratio × 100 (clipping never is). |
|
number |
Flat penalty while a channel is dead. |
|
number |
Hum energy at/below this is noise floor, ignored. |
|
number |
Multiplier on (hum_energy − threshold) × 100. |
|
number |
Integrated-loudness target, e.g. -23 (EBU R128) or -24 (ATSC A/85). |
|
number |
No penalty within target ± tolerance (LU). |
|
number |
Penalty per LU beyond the tolerance band. |
|
number |
Flat penalty while silent (silence can be legitimate content). |
|
number |
peak_ratio at/below this is normal content. |
|
number |
Multiplier on (peak_ratio − threshold) × 100. |
|
number |
True-peak ceiling (dBTP); at or below is free. |
|
number |
Flat penalty when true peak exceeds the ceiling. |