Displaying 4 results from an estimated 4 matches for "speex_enc_buff".
Did you mean:
speex_enc_buffer
2007 Jul 23
2
Shoehorning speex is confusing a newbie
...and ol_pitch is = 0 because this code is never
entered:
if (SUBMODE(lbr_pitch)!=-1)
{
ol_pitch = st->min_pitch+speex_bits_unpack_unsigned(bits, 7);
}
This is how I set up the decoder:
dec = speex_decoder_init(&speex_nb_mode);
speex_bits_set_bit_buffer(&bits, &Speex_enc_buffer[0 +
COMPRESS_LENGTH*Speex_player_frame], COMPRESS_LENGTH);
tmp=0;
speex_decoder_ctl(dec, SPEEX_SET_ENH, &tmp);
speex_decode_int(dec, &bits, (spx_int16_t *)samples_out);
There are some things I am sure will be asked. Yes I set flags for the
TI_54X part, disable wideband, manua...
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...and ol_pitch is = 0 because this code is never
entered:
if (SUBMODE(lbr_pitch)!=-1)
{
ol_pitch = st->min_pitch+speex_bits_unpack_unsigned(bits, 7);
}
This is how I set up the decoder:
dec = speex_decoder_init(&speex_nb_mode);
speex_bits_set_bit_buffer(&bits, &Speex_enc_buffer[0 +
COMPRESS_LENGTH*Speex_player_frame], COMPRESS_LENGTH);
tmp=0;
speex_decoder_ctl(dec, SPEEX_SET_ENH, &tmp);
speex_decode_int(dec, &bits, (spx_int16_t *)samples_out);
There are some things I am sure will be asked. Yes I set flags for the
TI_54X part, disable wideband, manua...
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...use this code is never entered:
if (SUBMODE(lbr_pitch)!=-1)
{
ol_pitch = st->min_pitch+speex_bits_unpack_unsigned(bits, 7);
}
This is how I set up the decoder:
dec = speex_decoder_init(&speex_nb_mode);
speex_bits_set_bit_buffer(&bits, &Speex_enc_buffer[0 + COMPRESS_LENGTH*Speex_player_frame], COMPRESS_LENGTH);
tmp=0;
speex_decoder_ctl(dec, SPEEX_SET_ENH, &tmp);
speex_decode_int(dec, &bits, (spx_int16_t *)samples_out);
There are some things I am sure will be asked. Yes I set flags for the TI_54X part, disable...
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...and ol_pitch is = 0 because this code is never
entered:
if (SUBMODE(lbr_pitch)!=-1)
{
ol_pitch = st->min_pitch+speex_bits_unpack_unsigned(bits, 7);
}
This is how I set up the decoder:
dec = speex_decoder_init(&speex_nb_mode);
speex_bits_set_bit_buffer(&bits, &Speex_enc_buffer[0 +
COMPRESS_LENGTH*Speex_player_frame], COMPRESS_LENGTH);
tmp=0;
speex_decoder_ctl(dec, SPEEX_SET_ENH, &tmp);
speex_decode_int(dec, &bits, (spx_int16_t *)samples_out);
There are some things I am sure will be asked. Yes I set flags for the
TI_54X part, disable wideband, manua...