search for: olddownload

Displaying 2 results from an estimated 2 matches for "olddownload".

Did you mean: ll_download
2006 Jun 22
2
How to get audio data from microphone on pocketPC ?
Hi, My name is Patrick, i am french, and i am developping a softphone for pocket PC using speex. Sorry in advance for my bad english. So i have make an GUI in C# that use the speex functions through dll write in C++. And the encoding and the decoding using speex seems to work not too badly.(i test with a wave file) My problem is that i need to get audio data from the microphone. In order to do
2006 Jun 23
1
How to get audio data from microphone on pocketPC ?
...add libspeex.lib in "additional dependencies" - C/C++/General, add the path to speex source in "additional include directories" libspeex.lib : -------------- you can download lib for ppc on speex's website (ARMV4 release build (from 1.1.6 source)) : http://www.speex.org/olddownload.html but it's old version. or if you download the latest source code of speex here : http://www.speex.org/download.html you could compile libspeex.lib for ppc. in directory "win32/libspeex" open the project with visual studio (i use visual studio 2005) in VS2005, choose buid/configu...