SpeechSynth.C File Reference

#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

Detailed Description

Interfaces to festival speech synth

Definition in file SpeechSynth.C.


Variable Documentation

const ModelOptionDef OPT_FestivalServerHost [static]
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.

const ModelOptionDef OPT_FestivalServerPort [static]
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.

const ModelOptionDef OPT_SpeechQueueSize [static]
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.

Generated on Sun May 8 08:11:44 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3