search for: openspeak

Displaying 5 results from an estimated 5 matches for "openspeak".

2007 May 25
1
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 our SVN (its GPL). ATM we are having some problems with PortAudio v19 (it might still be buggy somehow, it seems not to support the 32-kHz sampling rate used by speex ultra-wide-band mode) so...
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 our SVN (its GPL). ATM we are having some problems with PortAudio v19 (it might still be buggy somehow, it seems not to support the 32-kHz sampling rate used by speex ultra-wide-band mode) so if y...
2007 May 29
3
Speex.lib
Hi, Thanks! can this program generate speex.lib instead of libspeex.lib?? the OpenSpeak link to speex.lib instead of libspeex.lib I can compiled the libspeex.lib but not speex.lib. Correct me if I am wrong Thanks ----- Original Message ----- From: "Alexander Chemeris" <ipse.sipx@gmail.com> To: <alex@gorex.com.hk> Cc: <speex-dev@xiph.org> Sent: Tuesday,...
2007 May 29
1
Speex.lib
Hi, I am compiling the OpenSpeak which combines PA and Speex. However, it said the speex.lib , linker mismatch error between C2.Dll and Link.exe so I want to use VS2003 to compile again. anyone can tell me which file should I get the lib done? I have download the speex 1.2 beta, however, it seems I cannot this file be compiled....
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