Displaying 2 results from an estimated 2 matches for "dnppcgen".
2006 Jun 23
1
How to get audio data from microphone on pocketPC ?
...sample :
http://www.speex.org/manual2/node12.html
Basically, In my GUI in C#, i import the functions i wrote in my dll
and in my dll, i call the speex's functions.
For creating C++ dll for ppc, you'll maybe need this link :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/device_debug_vs2005.asp
in your speex.dll properties you have to add :
- linker/input, 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 fo...
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