#include "asr/xunfei/msp_cmn.h"
#include "asr/xunfei/msp_errors.h"
#include "asr/xunfei/qisr.h"
#include <fstream>
#include <iostream>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
Classes | |
struct | _UserData |
class | BuildGrammar |
Typedefs | |
typedef struct _UserData | UserData |
Variables | |
static const int | BUFFER_SIZE = 4096 |
static const int | BUILD_FINISH = 1 |
static const int | FRAME_LEN = 640 |
static const int | MAX_GRAMMARID_LEN = 32 |
static const int | MAX_PARAMS_LEN = 1024 |
static const int | SAMPLE_RATE_16K = 16000 |
static const int | SAMPLE_RATE_44K = 44100 |
static const int | SAMPLE_RATE_8K = 8000 |
|
static |
Definition at line 18 of file BuildGrammar.h.
|
static |
Definition at line 24 of file BuildGrammar.h.
|
static |
Definition at line 17 of file BuildGrammar.h.
|
static |
Definition at line 22 of file BuildGrammar.h.
|
static |
Definition at line 23 of file BuildGrammar.h.
|
static |
Definition at line 20 of file BuildGrammar.h.
|
static |
Definition at line 19 of file BuildGrammar.h.
|
static |
Definition at line 21 of file BuildGrammar.h.