EBU R128 audio operator properties for Script Engine. Read the documentation for more info.
|
|
bool | AutoStart [get, set] |
| | Start operator automatically when loaded.
|
| |
|
double | Momentary [get] |
| | Loudness right now, averaged over the last 400 milliseconds.
|
| |
|
double | ShortTerm [get] |
| | Loudness over the last 3 seconds, giving a smoother view than momentary.
|
| |
|
bool | EnableIntegratedLufs [get, set] |
| | Enables integrated loudness measurement.
|
| |
|
double | IntegratedLoudnessLufs [get] |
| | Overall loudness since the start of playback or recording.
|
| |
|
Command | IntegratedLoudnessCommand [get] |
| | Button. Retrieves the current integrated loudness based on audio history from the start of measurement until now.
|
| |
|
bool | EnableRange [get, set] |
| | Enables loudness range measurement.
|
| |
|
double | LoudnessRangeLu [get] |
| | Shows how much the volume varies between the quietest and loudest parts.
|
| |
|
Command | LoudnessRangeCommand [get] |
| | Button. Retrieves the current loudness range from the start of measurement until now.
|
| |
|
bool | EnablePeak [get, set] |
| | Enables true peak measurement.
|
| |
|
double | TruePeakLeftDbTp [get] |
| | The highest audio peak measured on the left channel.
|
| |
|
double | TruePeakRightDbTp [get] |
| | The highest audio peak measured on the right channel.
|
| |
|
Command | StartCommand [get] |
| | Button. Starts measuring loudness in real time.
|
| |
|
Command | StopCommand [get] |
| | Button. Stops loudness measurement.
|
| |