Displaying 3 results from an estimated 3 matches for "hellabi".
Did you mean:
hellaby
2013 May 22
0
Library without malloc
I need to set the content to 0 because actually is not using malloc(), it uses calloc() that does set the memory to 0.
Best Regards
---------------------------------------------
Helios Cuevas L?pez
Embedded Software Engineer
Castle Care-tech Ltd.
First Floor, 6 Bracknell Beeches,
Old Bracknell Lane West,
Bracknell, Berkshire, RG12 7BW
Office - 01344 469470
Direct Dial - 01344 469485
FAX - 01344
2013 May 21
1
Library without malloc
Dear all,
I am trying to use the Speex library pre-processor, I only need the VAD and Echo Canceller.
I am using a STM32F103 processor, but I am using a tiny OS and it doesn't allow to use malloc.
Is there a version of the library that will work without the need of using malloc?
Obviously I will use all the time the same parameters, like 8kHz sampling rate, 160 frame...
I will appreciate
2013 May 22
0
Library without malloc
Yanick & Jean-Marc,
First of all thank you very much for taking your time to try to help me.
Hi Yanick,
This is what I am trying to do, but for example the function SpeexPreprocessState *speex_preprocess_state_init has lots of pointers that are initialize with static inline void *speex_alloc (int size). So I am trying to convert all this pointers into arrays but it is getting messy trying