Displaying 1 result from an estimated 1 matches for "svenstedt".
Did you mean:
genstedt
2005 Jul 22
3
Garbled sound no more
...I'm curious to know what interactions could occur
between encoders and decoders running in separate threads.
Can anyone else confirm or deny thread-safety issues with Speex?
I'm going to put locks around all of my Speex code and see if my problem
goes away...
Thanks!
Tom
toffe <cc@svenstedt.se> wrote:
>
> Speex is running great now. But I had to lock thread when sending data
> to the decoder to avoid random garbled sound. Apparently there where
> some conflicts when calling encode and decode at the same time. Clearly
> a lack of cofee case :).
>
> /Regards...