search for: ruckle

Displaying 3 results from an estimated 3 matches for "ruckle".

Did you mean: buckle
2008 Jan 31
2
speex on embedded processor
...unctionality we want to use is the denoise option. We don't want vbr or echo cancellation. I only see about 1k that is directly related that can be removed from the structure. Are there any other buffers in the structure that can be removed or a way to reduce the size of some buffers. Peter Ruckle -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20080131/d6c966fc/attachment.html
2008 Feb 01
1
speex on embedded processor
...and there (e.g. > unused _ctl() cases), but the main part is done. About the preprocessor, > there are some of the state variables that could instead be allocated on > the stack, but that's about as far as you can shrink things. > > Cheers, > > Jean-Marc > > Peter Ruckle a ?crit : >> I need to shrink speex so it will fit on an embedded processor along >> with some other code. The chip has only 20k of ram. I have done >> some work with libspeex.dsp by removing references to all modes but >> narrow band 8000 hz (submode 3). I used the defin...
2008 Feb 01
0
speex on embedded processor
...tool might help you remove bits of code here and there (e.g. unused _ctl() cases), but the main part is done. About the preprocessor, there are some of the state variables that could instead be allocated on the stack, but that's about as far as you can shrink things. Cheers, Jean-Marc Peter Ruckle a ?crit : > I need to shrink speex so it will fit on an embedded processor along > with some other code. The chip has only 20k of ram. I have done > some work with libspeex.dsp by removing references to all modes but > narrow band 8000 hz (submode 3). I used the defines: FIXED_POINT,...