search for: initilisatio

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

2006 Jun 27
3
Windows Mobile build, memory allocation
...I am porting our LTP (lightweight telephony protocol) to some embedded systems. I require to run speex in an environment that doesn't support memory allocations. How difficult is it to convert speex_encoder_init and speex_decoder_init to use preallocated memory buffers (presumably passed by the initilisatio functions themselves)? - farhan - farhan -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Gervase Markham Sent: Wednesday, June 28, 2006 2:55 AM To: Jean-Marc Valin Cc: speex Subject: Re: [Speex-dev] Library split (poll) Jean-Marc Val...
2006 Jun 27
0
Re: Windows Mobile build, memory allocation
...(lightweight telephony protocol) to some embedded > systems. I require to run speex in an environment that doesn't support > memory allocations. How difficult is it to convert speex_encoder_init > and speex_decoder_init to use preallocated memory buffers (presumably > passed by the initilisatio functions themselves)? All you need to do is override some of the functions in misc.c. You should need to touch anything else. Jean-Marc > - farhan > > > - farhan > -----Original Message----- > From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On > Beha...
2006 Jun 27
7
Library split (poll)
Hi everyone, In the 1.1.x branch, I've kept adding more stuff to libspeex: preprocessor, AEC, etc. I'm now considering moving all those to a separate library (libvoip, libspeech, whatever). Anyone on this list has good reasons I should consider for either splitting or not splitting libspeex? Cheers, Jean-Marc