Displaying 5 results from an estimated 5 matches for "obeidat".
2007 Apr 04
3
Combining multiple speech files into one
Dear All,
I am trying to send speech across a wireless link. I want to change which
speech compression/rate to use according to some algorithm that I have.
To be more specific, I have a speech file. In real time, I want to keep
changing at which rate speech will be sent next. Let us say, I am
considering three rates.
I will take the original speech file, compress it using the three rates,
which
2007 Apr 03
2
Please help, very important (not for fun)
Hi All,
I am a Speex novice but trying to use Speex in my Doctoral thesis. I
installed Speex, was able to encode and decode files. Right now, I want to
write my own cpp program that handle Speex-files. I tried to compile and run
the two sample programs that come with the documentation (after having
insalled the speex-devel-1.0.5-1.i386.rpm). However, when I compile.
gcc sampleenc.cc
Here is
2007 Apr 04
0
Please help, very important (not for fun)
> Re: [Speex-dev] Please help, very important (not for fun)
I usually only help people who have fun doing what they're doing, but
I'll try and make an exception here...
suhaib obeidat a ?crit :
> gcc sampleenc.cc
>
> Here is what I get:
>
> /tmp/ccXKa3LF.o: In function `main':
> sampleenc.cc:(.text+0x1a): undefined reference to `speex_nb_mode'
> sampleenc.cc:(.text+0x1f): undefined reference to `speex_encoder_init'
> sampleenc.cc:(.text+0x43...
2007 Apr 05
0
Combining multiple speech files into one
...de from each of the three streams
seperately (with different decoder states) and combine them somehow after
decompression. The jump from one stream to the other will sound poor, though,
both from the cuts in the output, and also from sending discontinous input to
the decoder(s).
Reed
suhaib obeidat wrote:
> Dear All,
>
> I am trying to send speech across a wireless link. I want to change
> which speech compression/rate to use according to some algorithm that I
> have.
>
> To be more specific, I have a speech file. In real time, I want to keep
> changing at which r...
2007 Apr 05
1
Combining multiple speech files into one
...output, and also from
> sending discontinous input to the decoder(s).
That's the case if the files encode different speech. If it's just the
same thing with different rates, it's easy to get the encoder to switch
inside the same stream.
Jean-Marc
> Reed
>
>
> suhaib obeidat wrote:
>> Dear All,
>>
>> I am trying to send speech across a wireless link. I want to change
>> which speech compression/rate to use according to some algorithm that
>> I have.
>>
>> To be more specific, I have a speech file. In real time, I want to
>&g...