SphinxBase
5prealpha
|
Structure for the front-end computation. More...
#include <fe_internal.h>
Data Fields | |
cmd_ln_t * | config |
int | refcount |
float32 | sampling_rate |
int16 | frame_rate |
int16 | frame_shift |
float32 | window_length |
int16 | frame_size |
int16 | fft_size |
uint8 | fft_order |
uint8 | feature_dimension |
uint8 | num_cepstra |
uint8 | remove_dc |
uint8 | log_spec |
uint8 | swap |
uint8 | dither |
uint8 | transform |
uint8 | remove_noise |
uint8 | remove_silence |
float32 | pre_emphasis_alpha |
int16 | pre_emphasis_prior |
int32 | dither_seed |
int16 | num_overflow_samps |
size_t | num_processed_samps |
frame_t * | ccc |
frame_t * | sss |
melfb_t * | mel_fb |
window_t * | hamming_window |
noise_stats_t * | noise_stats |
int16 | pre_speech |
int16 | post_speech |
int16 | start_speech |
float32 | vad_threshold |
vad_data_t * | vad_data |
int16 * | spch |
frame_t * | frame |
powspec_t * | spec |
powspec_t * | mfspec |
int16 * | overflow_samps |
Structure for the front-end computation.
Definition at line 117 of file fe_internal.h.