{% 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) %}
|
{{ pgettext("audio_meter_calibrate", "The decay parameters determine the amount of smoothing that happens to the signal, and have units of seconds.") }} {{ pgettext("audio_meter_calibrate", "A high decay parameter means that the signal takes a long time to decay (i.e. high smoothing).") }} {{ pgettext("audio_meter_calibrate", "There are three decay parameters: one for the displayed audio meter, one for the 'too-high' detector, and one for the 'too-low' detector.") }}
{{ pgettext("audio_meter_calibrate", "The threshold parameters determine the point at which the volume is determined to be 'too high' or 'too low'.") }}
{{ pgettext("audio_meter_calibrate", "The grace parameters determine how long the volume must be outside the respective threshold for a warning message to be triggered.") }}
{{ pgettext("audio_meter_calibrate", "The message duration parameters determine how long warning messages are displayed for.") }}