1# Copyright (C) 2006 Gary Cramblitt <garycramblitt@comcast.net>
2#
3# This program is free software; you can redistribute it and/or modify it under
4# the terms of the GNU General Public License as published by the Free Software
5# Foundation; either version 2 of the License, or (at your option) any later
6# version.
7#
8# This program is distributed in the hope that it will be useful, but WITHOUT ANY
9# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10# PARTICULAR PURPOSE.  See the GNU General Public License for more details (file
11# COPYING in the root directory).
12#
13# You should have received a copy of the GNU General Public License
14# along with this program.  If not, see <https://www.gnu.org/licenses/>.
15#
16@   This script is used to test VOICE functionality
17@   in Speech Dispatcher.
18
19$ 3
20!SET SELF VOICE MALE1
21!SPEAK
22This is the male 1 voice.
23.
24
25$ 3
26!SET SELF VOICE MALE2
27!SPEAK
28This is the male 2 voice.
29.
30
31$ 3
32!SET SELF VOICE MALE3
33!SPEAK
34This is the male 3 voice.
35.
36
37$ 3
38!SET SELF VOICE FEMALE1
39!SPEAK
40This is the female 1 voice.
41.
42
43$ 3
44!SET SELF VOICE FEMALE2
45!SPEAK
46This is the female 2 voice.
47.
48
49$ 3
50!SET SELF VOICE FEMALE3
51!SPEAK
52This is the female 3 voice.
53.
54
55$ 3
56!SET SELF VOICE CHILD_MALE
57!SPEAK
58This is the child male voice.
59.
60
61$ 3
62!SET SELF VOICE CHILD_FEMALE
63!SPEAK
64This is the child female voice.
65.
66
67!QUIT
68