search for: guerraz

Displaying 3 results from an estimated 3 matches for "guerraz".

Did you mean: guerra
2007 May 25
1
Re: compatibility issues.
...; Checked by AVG Free Edition. Version: 7.5.467 / Virus Database: >> 269.8.0/817 - Release Date: 2007/5/24 _U__ 04:01 > > _______________________________________________ > Speex-dev mailing list > Speex-dev@xiph.org > http://lists.xiph.org/mailman/listinfo/speex-dev Fran?ois Guerraz kubrick@fgv6.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070525/3dd81dc8/attachment.htm
2007 May 25
0
Re: compatibility issues.
Great! I am trying now. Thanks Alex ----- Original Message ----- From: Fran?ois Guerraz To: ALEX NG Cc: Jim Crichton ; greg@mytantrum.com ; speex-dev@xiph.org Sent: Friday, May 25, 2007 11:27 PM Subject: Re: [Speex-dev] Re: compatibility issues. Hi, For the openSpeak project we use PortAudio V19 & speex. So if you want some code examples, you can look an pick in...
2007 May 25
5
Re: compatibility issues.
For a streaming application like VOIP, you collect 20 ms of samples, feed this through the encoder, stick it in an RTP packet, and send if over the network. On the receive side you feed packets through a jitter buffer to the decoder, and then copy the output audio to your output device. Speex runs efficiently on most compilers, so the real-time requirement is not a big deal, as long as you