Skip to content

Enable per-condition input loudness

  • add in_loudness subkey of conditions_to_generate: cXX: for setting the input loudness on a per-condition level
  • useful for ensuring a certain condition recieves a signal for processing at a given level
  • performed prior to condition processing (now effectively a 3rd stage of preprocessing)
  • global input and output loudness processing is still performed

Example:

conditions_to_generate:
  c01:
    type: ivas
    bitrates: 
      - 48000
    in_loudness: -16
  c02:
    type: ivas
    bitrates:
      - 48000
    in_loudness: -36

Merge request reports

Loading