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