staticCONFIG_INT("audio.input-choice",input_choice,4);//0=internal; 1=L int, R ext; 2 = stereo ext; 3 = L int, R ext balanced, 4 = auto (0 or 1)
staticCONFIG_INT("audio.filters",enable_filters,0);//disable the HPF, LPF and pre-emphasis filters
staticCONFIG_INT_EX("audio.input-choice",input_choice,4,input_choice_on_change);//0=internal; 1=L int, R ext; 2 = stereo ext; 3 = L int, R ext balanced, 4 = auto (0 or 1)
staticCONFIG_INT_EX("audio.filters",enable_filters,0,enable_filters_on_change);//disable the HPF, LPF and pre-emphasis filters