Lines Matching +full:pcm +full:- +full:sync +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* speakup_dtlk.h - header file for speakups DoubleTalk driver. */
10 #define TTS_SPEAKING 0x40 /* mask for SYNC bit, which is nonzero
12 * output with TTS, PCM or CVSD
23 * bit goes zero 2-3 usec after
24 * writing, and goes 1 again 180-190
30 * buffer. AF is always 0 in the PCM,
36 * (TTS or PCM) buffer. AE is always 1
42 u_short serial_number; /* 0-7Fh:0-7Fh */
44 u_char mode; /* 0=Character; 1=Phoneme; 2=Text */ member
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 */
51 u_char expression; /* nE; 0-9 */
57 u_char articulation; /* nA; 0-9 */
58 u_char reverb; /* nR; 0-9 */