22 #ifndef TESTBED_SPEECH_H 23 #define TESTBED_SPEECH_H 25 #include "testbed/testsuite.h" 26 #include "common/text-to-speech.h" 30 namespace Speechtests {
37 TestExitStatus testMale();
38 TestExitStatus testFemale();
39 TestExitStatus testStop();
40 TestExitStatus testStopAndSpeak();
41 TestExitStatus testPauseResume();
42 TestExitStatus testRate();
43 TestExitStatus testVolume();
44 TestExitStatus testPitch();
45 TestExitStatus testStateStacking();
46 TestExitStatus testQueueing();
47 TestExitStatus testInterrupting();
48 TestExitStatus testDroping();
49 TestExitStatus testInterruptNoRepeat();
50 TestExitStatus testQueueNoRepeat();
69 const char *getName()
const override {
73 const char *getDescription()
const override {
74 return "Speech Subsystem";
82 #endif // TESTBED_SPEECH_H
Definition: testsuite.h:90
Definition: text-to-speech.h:145