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