Displaying 2 results from an estimated 2 matches for "nbloques_sample".
2008 Dec 11
1
preprocessor VAD only rocognize between silence and not silence
...AD, &pvad);
int agc = 1;
speex_preprocess_ctl(pre_state, SPEEX_PREPROCESS_SET_AGC, &agc);
inicializado = true;
}
__try {
tdestino = 0;
int frame_size;
speex_encoder_ctl(enc_state, SPEEX_GET_FRAME_SIZE, &frame_size);
int nbloques_sample = this->torigen/frame_size/2;
speex_bits_reset(bits);
int voces = 0;
for(int bloque=0;bloque<nbloques_sample;bloque++)
{
// como el preprocesador devuelve 1 o 0 si es voz o no (por
el VAD), lo uso
// para saber si es silencio...
2008 Dec 15
0
preprocessor VAD only rocognize between silence andnot silence
...;>> inicializado = true;
>>> }
>>>
>>> __try {
>>> tdestino = 0;
>>> int frame_size;
>>> speex_encoder_ctl(enc_state, SPEEX_GET_FRAME_SIZE,
>&frame_size);
>>>
>>> int nbloques_sample = this->torigen/frame_size/2;
>>>
>>> speex_bits_reset(bits);
>>>
>>> int voces = 0;
>>> for(int bloque=0;bloque<nbloques_sample;bloque++)
>>> {
>>> // como el preprocesador devuelve 1 o...