Searched defs:synth_settings (Results 1 – 1 of 1) sorted by relevance
34 struct synth_settings { struct35 u_short serial_number; /* 0-7Fh:0-7Fh */36 u_char rom_version[24]; /* null terminated string */37 u_char mode; /* 0=Character; 1=Phoneme; 2=Text */38 u_char punc_level; /* nB; 0-7 */39 u_char formant_freq; /* nF; 0-9 */40 u_char pitch; /* nP; 0-99 */41 u_char speed; /* nS; 0-9 */42 u_char volume; /* nV; 0-9 */43 u_char tone; /* nX; 0-2 */[all …]