| # Copyright (C) 2006 Gary Cramblitt <garycramblitt@comcast.net> |
| # |
| # This program is free software; you can redistribute it and/or modify it under |
| # the terms of the GNU General Public License as published by the Free Software |
| # Foundation; either version 2 of the License, or (at your option) any later |
| # version. |
| # |
| # This program is distributed in the hope that it will be useful, but WITHOUT ANY |
| # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| # PARTICULAR PURPOSE. See the GNU General Public License for more details (file |
| # COPYING in the root directory). |
| # |
| # You should have received a copy of the GNU General Public License |
| # along with this program. If not, see <https://www.gnu.org/licenses/>. |
| # |
| @ This script is used to test SOUND ICON functionality |
| @ in Speech Dispatcher. |
| |
| @ Note that these tests assume you have the free(b)soft |
| @ sound-icons package installed (apt-get install sound-icons). |
| |
| @ We will send a sentence, a sound icon, and another sentence. |
| @ You should hear them in that order. |
| |
| $ 5 |
| |
| !SPEAK |
| When the system is ready for your input, you will hear the following sound. |
| . |
| !SOUND_ICON prompt |
| !SPEAK |
| You may then enter your response. |
| . |
| |
| $8 |
| |
| @ Some more sound icons. |
| $2 |
| |
| !SOUND_ICON start |
| $3 |
| !SOUND_ICON message |
| |
| $4 |
| @ Sound icon names are case sensitive, therefore it is normal |
| @ to hear the name of the icon for the next test. If you do hear the icon, |
| @ that is OK too. |
| $4 |
| |
| !SOUND_ICON PROMPT |
| $2 |
| |
| !QUIT |