{% macro blank(params) %} {% endmacro %} {% macro null(params) %} {# This macro is here for back-compatibility #} {{ next_button(params) }} {% endmacro %} {% macro generic_button(params) %} {% endmacro %} {% macro next_button(params) %} {% endmacro %} {% macro reset_button(params) %} {% endmacro %} {% macro push_button(params) %} {% endmacro %} {% macro push_buttons(params) %}
{% if params.timed == true %} {# This is for back-compatibility #} {% endif %} {% endmacro %} {% macro keyboard_push_buttons(params) %} {{ push_buttons(params) }} {% endmacro %} {% macro checkbox(params) %} {% endmacro %} {% macro checkboxes(params) %}
|
{{ 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.") }}