search for: pyra

Displaying 6 results from an estimated 6 matches for "pyra".

Did you mean: para
2005 Aug 23
1
Problem with RCMD build ...
Hi I have write A function to draw pyramid of age. I have two function draw.pyramide(h,f,l) , pyramide(h,f,l) and a data frame with data. I first use package.skeleton("pyra") I got the package structure Then in my shell I use > RCMD build pyra I get this : check for description ... OK .... removi...
2004 Sep 29
3
Fixed point bug in 1.1.6
Please compare samples: http://www.ivo.pl/ivo2/sound/krwawa_org.wav http://www.ivo.pl/ivo2/sound/krwawa_fixed.wav http://www.ivo.pl/ivo2/sound/krwawa_float.wav krwawa_org.wav is original file. Both output files was created using same program by compressing from wav to speex, then decompressing from speex to wav (using speex_encode_int and speex_decode_int). Only difference was used speex
2004 Dec 17
2
NOP pattern - how to make SPEEX packets bigger?
How can I add some size to SPEEX encoded packets without affecting decoding results? I need it to fit smaller (due to VAD) packets in CBR acm-wav file. i.e. I have 10 bytes packet with 0.02s of silence (only background noice without speech). I need to fit it in 16kbps CBR wav file, so I need to put 30 additional bytes to this packets, but decoder should still decode only 0.02s of background
2004 Sep 29
1
Ask about arm-asm perfomance
How big is difference between encoding speeds of libspeex compiled with arm-asm, and without it? My application is written in EVC++, but there is no inline assembler, so I have to compile speex without arm-asm. But I still trying to find a way to use speex with arm-asm under my EVC++ application. I tried to compile speex with arm-asm under gcc (arm-wince-pe), but generated static link
2004 Dec 05
1
fixed-point version
Hello, I've just joined the list. I'm interested in helping on the fixed-point version of Speex. If there is anyone currently directing this work, would they please contact me and let me know how I can help. Thanks, -paul -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote ... If you make yourselves sheep,
2004 Dec 17
0
NOP pattern - how to make SPEEX packets bigger?
On Fri, Dec 17, 2004 at 09:29:13AM +0100, Tomasz Pyra wrote: > How can I add some size to SPEEX encoded packets without affecting > decoding results? > > I need it to fit smaller (due to VAD) packets in CBR acm-wav file. I'm not entirely familiar with how speex handles packet lengths, but have you tried just padding the packet out...