search for: caroundw5h

Displaying 14 results from an estimated 14 matches for "caroundw5h".

2007 Apr 16
2
basic include files for speex
...ide i appreciate the work you've done on speex and turned to it because it was cited as a very decent codec specifically for COIP Please let me know what are the common folders to link for an application, and whether or not there is any other documentation about speex i'm missing. thanks. caroundw5h compile log: Compiler: Default compiler Building Makefile: "G:\Code\Projects\X3\X3_TESTS\Makefile.win" Executing make clean rm -f ../X3_DEPENDANTS/speex_1.2beta1/libspeex/speexTest.o speexTest.exe gcc.exe -c ../X3_DEPENDANTS/speex_1.2beta1/libspeex/speexTest.c -o ../X3_DEPENDANTS/spe...
2007 Apr 17
0
basic include files for speex
It's not an include file missing. This is a link error. You need to link with libspeex (or whatever it's called when you build it). Jean-Marc Quoting Caroundw5h <caroundw5h@yahoo.com>: > Hi Jean, > > I'm trying to compile the encode.c and or the test programs that are on the > site and in libspeex respectively. however, i keep getting some undefined > references to the basic speex functions(see compiler log). a query on google &gt...
2007 May 25
1
Re: compatibility issues.
...pecific hardware/software platform that you >> plan to use, then someone may be able to point you to examples for >> the audio interface software. >> >> - Jim >> >> ----- Original Message ----- From: <alex@gorex.com.hk> >> To: "Greg" <caroundw5h@yahoo.com> >> Cc: <greg@mytantrum.com>; <speex-dev@xiph.org>; "Jean-Marc Valin" >> <jean-marc.valin@usherbrooke.ca> >> Sent: Thursday, May 24, 2007 11:30 PM >> Subject: Re: [Speex-dev] Re: compatibility issues. >> >> >>>...
2007 May 25
5
Re: compatibility issues.
...als (e.g. SIP) where the real work is. If you identify the specific hardware/software platform that you plan to use, then someone may be able to point you to examples for the audio interface software. - Jim ----- Original Message ----- From: <alex@gorex.com.hk> To: "Greg" <caroundw5h@yahoo.com> Cc: <greg@mytantrum.com>; <speex-dev@xiph.org>; "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> Sent: Thursday, May 24, 2007 11:30 PM Subject: Re: [Speex-dev] Re: compatibility issues. > HI, > I am also working on VOIP application. > Now the...
2007 May 25
0
Re: compatibility issues.
...t; If you identify the specific hardware/software platform that you plan to > use, then someone may be able to point you to examples for the audio > interface software. > > - Jim > > ----- Original Message ----- > From: <alex@gorex.com.hk> > To: "Greg" <caroundw5h@yahoo.com> > Cc: <greg@mytantrum.com>; <speex-dev@xiph.org>; "Jean-Marc Valin" > <jean-marc.valin@usherbrooke.ca> > Sent: Thursday, May 24, 2007 11:30 PM > Subject: Re: [Speex-dev] Re: compatibility issues. > > >> HI, >> I am also worki...
2007 May 24
3
Re: compatibility issues.
okay that questioned is answered, thank you. I am interested in using speex in a VOIP application. do i need to put it in into the ogg contianer format in order to encode/decode and send it? or will it work "as is"? if the latter then: "the packet is larger than the allocated buffer" message: whats your recomendaton for fixing that? i was thinking simply getting the size of
2007 May 25
0
Re: compatibility issues.
...e real work is. If you identify the specific hardware/software platform that you plan to use, then someone may be able to point you to examples for the audio interface software. - Jim ----- Original Message ----- From: <alex@gorex.com.hk> To: "Greg" <caroundw5h@yahoo.com> Cc: <greg@mytantrum.com>; <speex-dev@xiph.org>; "Jean-Marc Valin" <jean-marc.valin@usherbrooke.ca> Sent: Thursday, May 24, 2007 11:30 PM Subject: Re: [Speex-dev] Re: compatibility issues. HI, I am also working on VOIP...
2007 May 24
0
Re: compatibility issues.
HI, I am also working on VOIP application. Now the speexenc.exe is used to encode a wav/raw file. However, in real time voice communication, the voice keep recording from the microphone and how can we employ speex to compress the voice and send over the network? Thanks Quoting Greg <caroundw5h@yahoo.com>: > okay that questioned is answered, thank you. > > I am interested in using speex in a VOIP application. do i need to put it in > into > the ogg contianer format in order to encode/decode and send it? or will it > work > "as is"? if the latter then: &g...
2007 Jul 06
1
bitpack error message
i don't think so. this is my current code: for(i=0; i<samples;i++){ /*only get max 320 bytes at a time so bits can handle*/ Client->raw_audio[i] = *input++; Client->temp_audio[i] = Client->raw_audio[i]; Client->session_File[ndx] = Client->temp_audio[i]; ndx+=1; } speex_bits_reset(&ebits);
2007 Jul 24
1
speex_preprocess_run unable to locate
i'm trying to find the speex_preprocess_run fuction and checked in the speex/speex_preprocess.h but the prototype isn't there. I'm using 1.2beta1 checked the trunk and it seems to say that is the right header. wondering if anyone else has/had this issue and if its resolved or my lib just got corrupted somehow. thanks Greg --------------------------------- Be a better
2007 Sep 20
1
combined AEC
I don't know too much about echo cancellation so forgive me if the question seems silly. i was wondering is it possible to have the echo canceler be taken care of by speex instead of the develper having to code it in his/her application? ----------------no sig --------------------------------- Luggage? GPS? Comic books? Check out fitting gifts for grads at Yahoo! Search.
2007 Jul 06
2
bitpack error message
Hi, i have some code that gives me a "warning: Buffer too small to pack bits" mesage. looking at the libspeex source/bits.c i see the warning in a a function named speex_bits_pack. i'm not using this function. can someone tell me where this may be coming from since i've had a similiar problem before and had that fixed. i can't seem to pinpoint this one. thanks Greg
2007 May 24
2
compatibility issues.
Hi, I've enocded and decoded a file using speexencexe/speexdec.exe respectively. However when i use the example code to encode a file and use speexdec.exe to decode it; not only do i get a file that is 3kb larger than if i had encoded it with the .exe but also I get a "this doesn't look like a speex file" message, and it is unable to decode it. I've checked around and it
2007 Jun 29
0
Re: compatibility issues.
thanks for the reply Jim. I'm actually well aware of the packaging, setup and teardown of sessions,and have the audio interface part figured out and implemented (Port Audio). The speexclient.c encapsulate audiocapture,encoding,sending and decoding. for my purposes now i've implemented my code more modular. first so i could understand each piece of the software involved and so i could come