Home
last modified time | relevance | path

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

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound.c37 gboolean output_stereo_flag; variable
348 output_stereo_flag = inifile_get_gboolean("outputStereo",FALSE); in sound_init()
428 if (output_stereo_flag && format->channels==1) return -1; in output_select_format()
532 if (output_stereo_flag && format->channels==1) { in output_suggest_format()
H A Dsound.h52 extern gboolean output_stereo_flag;
H A Dconfigdialog.c125 output_stereo_flag = gtk_toggle_button_get_active(cd->output_stereo); in config_dialog_ok()
126 inifile_set_gboolean("outputStereo",output_stereo_flag); in config_dialog_ok()
630 gtk_toggle_button_set_active(cd->output_stereo,output_stereo_flag); in config_dialog_init()