Home
last modified time | relevance | path

Searched refs:replaygain_hard_limit (Results 1 – 1 of 1) sorted by relevance

/external/flac/src/plugin_xmms/
Dconfigure.c106 static GtkWidget *replaygain_preamp_hscale, *replaygain_preamp_label, *replaygain_hard_limit; variable
256 gtk_widget_set_sensitive(replaygain_hard_limit, flac_cfg.output.replaygain.enable); in replaygain_enable_cb()
268 …put.replaygain.hard_limit = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(replaygain_hard_limit)); in replaygain_hard_limit_cb()
517 replaygain_hard_limit = gtk_check_button_new_with_label(_("6dB hard limiting")); in FLAC_XMMS__configure()
518 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(replaygain_hard_limit), flac_cfg.output.replaygain.… in FLAC_XMMS__configure()
519 gtk_signal_connect(GTK_OBJECT(replaygain_hard_limit), "clicked", replaygain_hard_limit_cb, NULL); in FLAC_XMMS__configure()
520 gtk_box_pack_start(GTK_BOX(replaygain_vbox), replaygain_hard_limit, FALSE, FALSE, 0); in FLAC_XMMS__configure()