{% macro null(config) %} {% endmacro %} {% macro reset_button(config, input_type) %} {% endmacro %} {% macro push_button(config) %} {% endmacro %} {% macro push_buttons(config) %}
{% if config.timed == true %} {{ null(config) }} {% endif %} {% endmacro %} {% macro checkbox(config) %} {% endmacro %} {% macro checkboxes(config) %}
|
The decay parameters determine the amount of smoothing that happens to the signal, and have units of seconds. A high decay parameter means that the signal takes a long time to decay (i.e. high smoothing). There are three decay parameters: one for the displayed audio meter, one for the 'too-high' detector, and one for the 'too-low' detector.
The threshold parameters determine the point at which the volume is determined to be 'too high' or 'too low'.
The grace parameters determine how long the volume must be outside the respective threshold for a warning message to be triggered.
The message duration parameters determine how long warning messages are displayed for.