Project

General

Profile

Template
pluginSpeechPrerequisites.h File Reference
#include <scolPlugin.h>
#include <iostream>
#include <list>
#include <vector>

Go to the source code of this file.

Classes

struct  pTextRec
 
class  cbData
 

Functions

wchar_t * convertCharToLPCWSTR (char *s_text)
 Utils Conversions.
 
char * convertWcharToChar (wchar_t *w_text)
 

Variables

cbmachine ww
 utils libraries for Speech
 
int OBJSPEECHSCOL
 global object declaration
 
int OBJRECOSCOL
 
int SCOL_SPEECH_START_CB
 global Callback declaration for text to speech
 
int SPEECH_START_CB
 
int SCOL_SPEECH_END_CB
 
int SPEECH_END_CB
 
int SCOL_SPEECH_WORD_CB
 
int SPEECH_WORD_CB
 
int SCOL_SPEECH_TEXT_CB
 
int SPEECH_TEXT_CB
 
int SCOL_SPEECH_PHONEME_CB
 
int SPEECH_PHONEME_CB
 
int SCOL_SPEECH_VISEME_CB
 
int SPEECH_VISEME_CB
 
int SCOL_RECO_END_CB
 global Callback declaration for recognition
 
int RECOGNITION_END_CB
 
int SCOL_RECO_START_CB
 
int RECOGNITION_START_CB
 
int SCOL_RECO_TEXT_CB
 
int RECOGNITION_TEXT_CB
 
int SCOL_RECO_TEXTS_ALT_CB
 
int RECOGNITION_TEXTS_ALT_CB
 
int SCOL_RECO_WORDS_CB
 
int RECOGNITION_WORDS_CB
 

Function Documentation

◆ convertCharToLPCWSTR()

wchar_t * convertCharToLPCWSTR ( char *  s_text)

Utils Conversions.

◆ convertWcharToChar()

char * convertWcharToChar ( wchar_t *  w_text)

Variable Documentation

◆ OBJRECOSCOL

int OBJRECOSCOL
extern

Definition at line 74 of file plugin.cpp.

◆ OBJSPEECHSCOL

int OBJSPEECHSCOL
extern

global object declaration

Definition at line 73 of file plugin.cpp.

◆ RECOGNITION_END_CB

int RECOGNITION_END_CB
extern

Definition at line 99 of file plugin.cpp.

◆ RECOGNITION_START_CB

int RECOGNITION_START_CB
extern

Definition at line 105 of file plugin.cpp.

◆ RECOGNITION_TEXT_CB

int RECOGNITION_TEXT_CB
extern

Definition at line 102 of file plugin.cpp.

◆ RECOGNITION_TEXTS_ALT_CB

int RECOGNITION_TEXTS_ALT_CB
extern

Definition at line 108 of file plugin.cpp.

◆ RECOGNITION_WORDS_CB

int RECOGNITION_WORDS_CB
extern

Definition at line 111 of file plugin.cpp.

◆ SCOL_RECO_END_CB

int SCOL_RECO_END_CB
extern

global Callback declaration for recognition

Definition at line 98 of file plugin.cpp.

◆ SCOL_RECO_START_CB

int SCOL_RECO_START_CB
extern

Definition at line 104 of file plugin.cpp.

◆ SCOL_RECO_TEXT_CB

int SCOL_RECO_TEXT_CB
extern

Definition at line 101 of file plugin.cpp.

◆ SCOL_RECO_TEXTS_ALT_CB

int SCOL_RECO_TEXTS_ALT_CB
extern

Definition at line 107 of file plugin.cpp.

◆ SCOL_RECO_WORDS_CB

int SCOL_RECO_WORDS_CB
extern

Definition at line 110 of file plugin.cpp.

◆ SCOL_SPEECH_END_CB

int SCOL_SPEECH_END_CB
extern

Definition at line 81 of file plugin.cpp.

◆ SCOL_SPEECH_PHONEME_CB

int SCOL_SPEECH_PHONEME_CB
extern

Definition at line 90 of file plugin.cpp.

◆ SCOL_SPEECH_START_CB

int SCOL_SPEECH_START_CB
extern

global Callback declaration for text to speech

Definition at line 78 of file plugin.cpp.

◆ SCOL_SPEECH_TEXT_CB

int SCOL_SPEECH_TEXT_CB
extern

Definition at line 87 of file plugin.cpp.

◆ SCOL_SPEECH_VISEME_CB

int SCOL_SPEECH_VISEME_CB
extern

Definition at line 93 of file plugin.cpp.

◆ SCOL_SPEECH_WORD_CB

int SCOL_SPEECH_WORD_CB
extern

Definition at line 84 of file plugin.cpp.

◆ SPEECH_END_CB

int SPEECH_END_CB
extern

Definition at line 82 of file plugin.cpp.

◆ SPEECH_PHONEME_CB

int SPEECH_PHONEME_CB
extern

Definition at line 91 of file plugin.cpp.

◆ SPEECH_START_CB

int SPEECH_START_CB
extern

Definition at line 79 of file plugin.cpp.

◆ SPEECH_TEXT_CB

int SPEECH_TEXT_CB
extern

Definition at line 88 of file plugin.cpp.

◆ SPEECH_VISEME_CB

int SPEECH_VISEME_CB
extern

Definition at line 94 of file plugin.cpp.

◆ SPEECH_WORD_CB

int SPEECH_WORD_CB
extern

Definition at line 85 of file plugin.cpp.

◆ ww

cbmachine ww
extern

utils libraries for Speech

plugin.h : main include for Speech plugin global scol declaration

utils libraries for Speech

global scol declaration

Definition at line 68 of file plugin.cpp.