
Definition in file SpeechSynth.C.
#include "Devices/SpeechSynth.H"
#include "Component/ModelOptionDef.H"
#include "Devices/DeviceOpts.H"
#include "Util/Assert.H"
#include "Util/JobWithSemaphore.H"
#include "Util/StringUtil.H"
#include "Util/WorkThreadServer.H"
#include "Util/sformat.H"
#include "rutz/compat_snprintf.h"
#include "rutz/stdiobuf.h"
#include <fcntl.h>
Include dependency graph for SpeechSynth.C:

Go to the source code of this file.
Variables | |
| static const ModelOptionDef | OPT_FestivalServerHost |
| static const ModelOptionDef | OPT_FestivalServerPort |
| static const ModelOptionDef | OPT_SpeechQueueSize |
|
|
Initial value:
{ MODOPT_ARG_STRING, "FestivalServerHost", &MOC_AUDIO, OPTEXP_CORE,
"IP address of festival server to use for speech synthesis",
"festival-server-host", '\0', "<ipaddr>", "127.0.0.1" }
Definition at line 52 of file SpeechSynth.C. |
|
|
Initial value:
{ MODOPT_ARG(uint), "FestivalServerPort", &MOC_AUDIO, OPTEXP_CORE,
"Port number of festival server to use for speech synthesis",
"festival-server-port", '\0', "<portnum>", "1314" }
Definition at line 57 of file SpeechSynth.C. |
|
|
Initial value:
{ MODOPT_ARG(size_t), "SpeechQueueSize", &MOC_AUDIO, OPTEXP_CORE,
"Max queue size for speech utterances; low-priority utterances "
"will be dropped to avoid exceeding this size",
"speech-queue-size", '\0', "<size_t>", "1" }
Definition at line 62 of file SpeechSynth.C. |
1.4.4