Displaying 3 results from an estimated 3 matches for "samplenc".
Did you mean:
sampleenc
2006 May 23
1
question about coding
Hi,
I'm trying to encode a raw audio file with speex. No problem if I normally decode it (as done in the samplenc.c, for example).
But if I separate odd and even samples and I try to encode separately these two files (one is [odd odd odd odd..], the other [even even even even..], then when I decode and I join the samples in one file [odd even odd even odd even..] I heard a terrible white noise, and the voice i...
2006 Jul 04
0
problem with encoding and decoding splitting
...:39 +0200
> Hi Folks!
>I'm using Speex in my program, to develope a program that makes use of a multiple descriptions concept to encode and decode a WAVE file.. and here I have the problems:
>In my code I create two file splitting odd and even sample, and then I codify them as done in samplenc.c.
>I don't have any problems until here, but when I start with the decode part, I have some problem. I have created two while, one to decode odd sample, the other for the even sample. I don't have to problem to decode odd sample, but it seems that after that the program can't decode...
2006 May 26
4
question about coding
...;order is just what you describe hearing, with the expected sound buried
>under 8 bits' worth of random-sounding noise.
>
>-- john
>
>
>>
>> Hi,
>> I'm trying to encode a raw audio file with speex. No problem if I
>> normally decode it (as done in the samplenc.c, for example).
>> But if I separate odd and even samples and I try to encode
>> separately these two files (one is [odd odd odd odd..], the other
>> [even even even even..], then when I decode and I join the
>> samples in one file [odd even odd even odd even..] I heard a
&...