search for: sample_out

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

Did you mean: samples_out
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!
2007 Jul 13
0
file couldn't play after Speex encode and decode
I suggest that you write the command line as Jean-Marc suggested: speexenc sample.wav - | speexdec - sample_out.wav I have tested this and it works as expected. You need to specify the '-' for stdin and also for stdout. John As an aside, I notice that the wave output from speexdec does not write the wave file header when the output is destined for stdout. I believe this is incorrect and that the f...
2007 Jul 14
0
file couldn't play after Speex encode and decode
...Thanks a lot! > sorry to bother you so much. > > 2007/7/13, John Edwards <john.edwards33@ntlworld.com > <mailto:john.edwards33@ntlworld.com>>: > > I suggest that you write the command line as Jean-Marc suggested: > > speexenc sample.wav - | speexdec - sample_out.wav > > I have tested this and it works as expected. You need to specify the '-' > for stdin and also for stdout. > > John > > As an aside, I notice that the wave output from speexdec does not write > the wave file header when the output is des...