Displaying 1 result from an estimated 1 matches for "speex_bits_".
Did you mean:
  speex_bits
  
2006 Dec 13
0
sanity check
...leenc.c and sampledec.c programs in the doc 
directory.  If those work, then maybe you can spot what you're doing 
wrong.  You can also try changing one thing at a time to make them 
closer to how your code works, or vice versa.  For example, encoding 
from shorts vs. floats, or how you use the speex_bits_* functions.
Tom
<khaynes@kirkgames.com> wrote:
> 
> It's working, and it's marginally intelligible, but not usable, so I 
> thought I'd post a message to make sure I'm still sane.
> 
> I have the app capturing from the mic at 16kHz. I'm using 3200 byte 
&g...