Displaying 4 results from an estimated 4 matches for "speex_player_frame".
2007 Jul 23
2
Shoehorning speex is confusing a newbie
...e 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, manual allocation, and fixed point in a
config...
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...e 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, manual allocation, and fixed point in a
config...
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...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, manual allocation, and fixed po...
2007 Jul 24
0
Shoehorning speex is confusing a newbie
...e 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, manual allocation, and fixed point in a
config...