23 #ifndef __PLUGINS_FESTIVAL_SYNTH_THREAD_H_ 24 #define __PLUGINS_FESTIVAL_SYNTH_THREAD_H_ 26 #include <core/threading/thread.h> 27 #include <aspect/blocked_timing.h> 28 #include <aspect/logging.h> 29 #include <aspect/configurable.h> 30 #include <aspect/blackboard.h> 31 #include <aspect/clock.h> 32 #include <blackboard/interface_listener.h> 37 class SpeechSynthInterface;
52 virtual void finalize();
56 void say(
const char *text);
66 std::string __cfg_voice;
67 std::string __cfg_extra_code;
Thread aspect to access to BlackBoard.
Base class for all messages passed through interfaces in Fawkes BlackBoard.
Thread aspect that allows to obtain the current time from the clock.
Fawkes library namespace.
virtual void run()
Code to execute in the thread.
Thread class encapsulation of pthreads.
Base class for all Fawkes BlackBoard interfaces.
Festival Synthesis Thread.
virtual void run()
Stub to see name in backtrace for easier debugging.
Thread aspect to log output.
Thread aspect to access configuration data.
BlackBoard interface listener.
SpeechSynthInterface Fawkes BlackBoard Interface.