search for: speex_bits_get_num_fram

Displaying 2 results from an estimated 2 matches for "speex_bits_get_num_fram".

2008 Feb 21
2
Determine number of 20ms frames in packet - without decoding
>> Oh, your table looked fine. I think it's mine that was wrong for the >> "null mode" (which nobody ever uses I guess!). > > I'm not sure, but I guess it may be used in VBR or DTX mode? > At least that's why I kept it. Of course it *can* be used (and needs fixing). It just seems few people did :-) > So, what's the next step towards
2009 Jul 12
0
Determine number of 20ms frames in packet - without decoding
Hi, Bringing up this unfinished old thread. Here are my patches: wb_skip_table-fix-and-move.diff - fixes the issue with wb_skip_table and makes it available for use outside of nb_celp.c (we need it for the second patch). speex_bits_get_num_frames.diff - adds speex_bits_get_num_frames() method as we discussed. Hope to see this incorporated into trunk ;) On Thu, Feb 21, 2008 at 12:10 PM, Jean-Marc Valin<jean-marc.valin at usherbrooke.ca> wrote: >>> Oh, your table looked fine. I think it's mine that was wrong for the &gt...