Displaying 3 results from an estimated 3 matches for "467kbytes".
Did you mean:
400kbytes
2006 Apr 13
4
How to create a compact Speex library
--- Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
wrote:
> > Sorry if this a repost but I want to create the
> > smallest Speex library possible to be put in TI's
> > TMS320 DSP. I'm only interested in one
> configuration:
> > 5.97 Kbps narrowband. What part of source code
> can I
> > remove? Currently, when I compiled the version
>
2006 Apr 14
0
How to create a compact Speex library
...q.c"
Source="your-main-routine-here.c"
I have not removed any files which require code changes, but I will have to
look at Jean-Marc's tips about vbr.c, exc_*.c, and gain_table.c (thanks for
those).
By the way, do you really care about the size of the .a file? My library is
467kbytes, but that is meaningless, because the library was built with
symbol information. Looking at the map file, Speex (including my interface
routines) takes about 41kbytes in .text and 16kbytes in .const. That does
not include data memory, which is what Jean-Marc is working on now.
Regards,
Jim C...
2006 Apr 17
2
How to create a compact Speex library
...ot;
>
> I have not removed any files which require code
> changes, but I will have to
> look at Jean-Marc's tips about vbr.c, exc_*.c, and
> gain_table.c (thanks for
> those).
>
> By the way, do you really care about the size of the
> .a file? My library is
> 467kbytes, but that is meaningless, because the
> library was built with
> symbol information. Looking at the map file, Speex
> (including my interface
> routines) takes about 41kbytes in .text and 16kbytes
> in .const. That does
> not include data memory, which is what Jean-Marc is
&g...