Displaying 5 results from an estimated 5 matches for "suhaib".
Did you mean:
shuaib
2007 Apr 04
3
Combining multiple speech files into one
...t is the question, can I combine
these different frames into one file for playback, if yes, how, and if no,
any suggestions how I can accmplish my goal of playing back a stream
containing data compressed using multiple rates.
I would truly appreicate your help in this important and urgnet matter.
Suhaib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070404/556e45f4/attachment.htm
2007 Apr 03
2
Please help, very important (not for fun)
...peex_encoder_destroy'
sampleenc.cc:(.text+0x18c): undefined reference to `speex_bits_destroy'
/tmp/ccXKa3LF.o:(.eh_frame+0x11): undefined reference to
`__gxx_personality_v0'
collect2: ld returned 1 exit status
Can anyone help me through the process, I am really lost.
Thanks a million
Suhaib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070403/9574b2de/attachment.html
2007 Apr 05
0
Combining multiple speech files into one
...y, decode 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...
2007 Apr 05
1
Combining multiple speech files into one
...in the 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 t...
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:(.t...