search for: lpc2000

Displaying 4 results from an estimated 4 matches for "lpc2000".

Did you mean: lc2000
2006 Mar 20
1
ARM7 Speex decoder
Dear All I ported the speex decoder in LPC2000 ARM7 family. Because I fetched the .ogg file from and external MMC card, I can only red a limited memory block 1) Can I decode only a block of a speex file at time ? /*Create a new decoder state in narrowband mode*/ state = speex_decoder_init(&speex_nb_mode); /*Set the perceptu...
2006 Mar 21
1
ARM7 Speex decoder
Dear Jan My intention is to read a piece at time of an .ogg file (stored in and external Multimedia card) decompress it and render it on and LPC2000 DAC. Because I don't have enough RAM memory to load the complete ogg file, I must read only a piece of file at certain time, then decompress and render it, and repeat the previous process until the end of the file. The problem is that I don't know what is the minimum file block size that I...
2010 Aug 05
0
speex frustration
...ble to have a total utilisation of 60% with everything included.Am i missing something or doing something wrong ?. I haven't used armv4 optimizations but after examining the assembly code it looks quite good. Are there any options i can use to shorten things . Is there a source code example for lpc2000 architecture ?.Can somebody help ?
2006 Mar 22
1
ARM7 Speex decoder
...Tue, 21 Mar 2006 13:41:41 -0800 Subject : Re: [Speex-dev] ARM7 Speex decoder > On Tue, Mar 21, 2006 at 09:56:04PM +0100, pberna@iol.it wrote: > > > My intention is to read a piece at time of an .ogg file (stored in and external Multimedia card) decompress it and render it on and LPC2000 DAC. Because I don't have enough RAM memory to load the complete ogg file, I must read only a piece of file at certain time, then decompress and render it, and repeat the previous process until the end of the file. The problem is that I don't know what is the minimum file block size that I...