Displaying 3 results from an estimated 3 matches for "fmodce".
Did you mean:
_mode
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
0
How to get audio data from microphone on pocketPC ?
Hi
You should try using fmod(www.fmod.org) for recording. You need fmodce for
pocketpc, and there is recording sample included. Also you should download
fmodex, because there is record to disk sample. I have developed
application for pocket pc which records sound in a wav file.
My problem is that I have not been able to encode sound to speex in pocket
pc. So I have also...
2006 Jun 23
1
How to get audio data from microphone on pocketPC ?
...lution platform, choose <new..>
then select smartphone (ARMV4)
compile... normally you should have libspeex.lib in the debug directory.
Patrick .
2006/6/23, Jere Malinen <majemi00@students.oamk.fi>:
>
> Hi
>
> You should try using fmod(www.fmod.org) for recording. You need fmodce for
> pocketpc, and there is recording sample included. Also you should download
> fmodex, because there is record to disk sample. I have developed
> application for pocket pc which records sound in a wav file.
>
> My problem is that I have not been able to encode sound to speex in p...