search for: sampleout

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

2007 Jul 14
0
file couldn't play after Speex encode and decode
...de/wide chars that speexdec is failing to recognise? Best I can do, I'm afraid. John ? wrote: > I did as follows:in speexenc.c, I created a outfile;in speexdec.c,I set > the outfile as infile.So,i implemented like this: > speexenc sample.wav tmp.wav > then, > speexdec tmp.wav sampleout.wav > But,the sampleout.wav still lacked the file header.I think I didn't > got your words right.Could you explain more detailed how i should > do?Thanks a lot! > sorry to bother you so much. > > 2007/7/13, John Edwards <john.edwards33@ntlworld.com > <mailto:jo...
2007 Jul 12
4
file couldn't play after Speex encode and decode
Dear sir, I've a problem that the .wav file couldn't play after calling "sampleenc male.wav|sampledec male_speex_15.wav".I found that the new file male_speex_15.wav is smaller than the original file in size.I implemented the test on Linux system.The original file male.wav is 96044 bytes,while the new file male_speex_15.wav is 96000 bytes.I'm eager to know the reason.Thankyou!
2010 Dec 28
4
batch file output
I run a batch file with the following command in Windows XP: C:\R\R-2.12.1\bin\Rterm.exe --no-save --no-restore <C:\users\me\file.R> C:\users\me\file.out 2>&1 Is there any way to get only the output of R in file.out, without getting all the code from file.R too? Any help greatly appreciated, Mikkel