<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16481" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I am using speex 1.2beta2 on a C5416, 16 bit, narrowband.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The project I am implementing speex into&nbsp;is very limited in Data space.&nbsp; In the speex decode_init and encode_init there are allocs that, combined, take up 0x0F94 of data memory.&nbsp; I do not know why the various allocs are sized the way they are but that number is too big to fit into our project.&nbsp; I was wondering if those numbers (for the allocs)&nbsp;are at all flexible and if they are what is their minimum size? how low can I go...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Also, is there a way to use the inits using static variables and not having to use a heap at all or is the dynamic allocation required for speex to work?</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Mike</DIV></BODY></HTML>