Displaying 5 results from an estimated 5 matches for "biehl".
Did you mean:
diehl
2004 Aug 06
0
AW: SPEEX_SET_USER_HANDLER once again
Le ven 07/11/2003 à 13:37, Norman Biehl a écrit :
> Jean-Marc wrote:
>
> >I think what happened is that you did not write the "message" length.
> >With user-callbacks, you also need to say how large the message. The
> >size is in bytes and encoded in 4 bits.
>
> I wonder what is correct. Inside s...
2004 Aug 06
0
SPEEX_SET_USER_HANDLER once again
...how large the message. The
size is in bytes and encoded in 4 bits.
Besides, you're probably the first one to use user-callbacks. BTW, why
didn't you want to use Ogg. It's much simpler to use and overhead can be
made minimal anyway.
Jean-Marc
Le ven 07/11/2003 à 11:17, Norman Biehl a écrit :
> Hi,
>
> Sorry! Marc Gimpel. I wrote it in a false thread before. It was my
> first time. J
>
>
>
> I have to write a small programm which should be able to record
> speeches
> and in addition synchronize the recorded speeches with measuring data.
&g...
2004 Aug 06
1
AW: AW: SPEEX_SET_USER_HANDLER once again
>I guess you'll need to somehow trace what's happening.
>
>> >Besides, you're probably the first one to use user-callbacks.
>>
>> Oh, I feel honoured. :-)
>>
>> Why does it contain this feature if nobody uses it? I think it's a
good
>> and very flexible feature (if it works :-)).
>
>I thought it could be useful in some cases,
2004 Aug 06
2
AW: SPEEX_SET_USER_HANDLER once again
Jean-Marc wrote:
>I think what happened is that you did not write the "message" length.
>With user-callbacks, you also need to say how large the message. The
>size is in bytes and encoded in 4 bits.
I wonder what is correct. Inside speex the documentation was written
that the size in byte is encoded within 5 bit.
I changed the code in both ways, but it doesn't work
2004 Aug 06
2
SPEEX_SET_USER_HANDLER once again
Hi,
Sorry! Marc Gimpel. I wrote it in a false thread before. It was my
first time. :-)
I have to write a small programm which should be able to record speeches
and in addition synchronize the recorded speeches with measuring data.
My idea is to record the speech in the normal way with speex and without
ogg. If a sync message was received, i write a custom in-band messages
using mode 13