MIDAS
|
#include <stdio.h>
#include <string.h>
#include <signal.h>
#include "midas.h"
#include "msystem.h"
#include "mstrlcpy.h"
Go to the source code of this file.
Macros | |
#define | SPEECH_PROGRAM "festival --tts -" |
Functions | |
void | sigpipehandler (int sig) |
void | siginthandler (int sig) |
void | receive_message (HNDLE hBuf, HNDLE id, EVENT_HEADER *header, void *message) |
int | main (int argc, char *argv[]) |
Variables | |
static FILE * | fp = NULL |
char | mtUserStr [128] |
char | mtTalkStr [128] |
DWORD | shutupTime = 10 |
Definition at line 22 of file mlxspeaker.cxx.
Definition at line 103 of file mlxspeaker.cxx.
void receive_message | ( | HNDLE | hBuf, |
HNDLE | id, | ||
EVENT_HEADER * | header, | ||
void * | message | ||
) |
Definition at line 49 of file mlxspeaker.cxx.
Definition at line 39 of file mlxspeaker.cxx.
Definition at line 31 of file mlxspeaker.cxx.
Definition at line 25 of file mlxspeaker.cxx.
char mtTalkStr[128] |
Definition at line 26 of file mlxspeaker.cxx.
char mtUserStr[128] |
Definition at line 26 of file mlxspeaker.cxx.
DWORD shutupTime = 10 |
Definition at line 27 of file mlxspeaker.cxx.