Go to the documentation of this file.
30 #define DRV_VERSION "2.11"
31 #define PROCSPEECH '\r'
35 static struct var_t vars[] = {
38 {
RATE, .u.n = {
"\033R%c", 9, 0, 17, 0, 0,
"0123456789abcdefgh" } },
39 {
PITCH, .u.n = {
"\033P%d", 5, 0, 9, 0, 0,
NULL } },
40 {
VOL, .u.n = {
"\033A%d", 9, 0, 9, 0, 0,
NULL } },
41 {
TONE, .u.n = {
"\033V%d", 5, 0, 9, 0, 0,
NULL } },
77 static struct attribute *synth_attrs[] = {
78 &caps_start_attribute.
attr,
79 &caps_stop_attribute.
attr,
80 &pitch_attribute.
attr,
84 &delay_time_attribute.
attr,
85 &direct_attribute.
attr,
86 &full_time_attribute.
attr,
87 &jiffy_delta_attribute.
attr,
88 &trigger_time_attribute.
attr,
95 .long_name =
"Accent-SA",
96 .init =
"\033T2\033=M\033Oi\033N1\n",
106 .probe = synth_probe,
112 .synth_adjust =
NULL,
113 .read_buff_add =
NULL,
122 .attrs = synth_attrs,
136 synth->
alive = !failed;
146 static int __init acntsa_init(
void)
151 static void __exit acntsa_exit(
void)