search for: andrieux

Displaying 7 results from an estimated 7 matches for "andrieux".

Did you mean: andreux
2006 Nov 14
0
5. Re: how to build libspeex_armce.lib ? (patrick andrieux)
>> ------------------------------ >> >> Message: 5 >> Date: Tue, 14 Nov 2006 17:16:49 +0000 >> From: "patrick andrieux" <patrick.andrieux@gmail.com> >> Subject: [Speex-dev] Re: how to build libspeex_armce.lib ? >> >> Hi Dave and JM, >> >> I built a .lib for arm architecture. >> I work on VS2005, and it's actually easy to build. >> ... >> Thanks Patric...
2006 Nov 15
1
Re: 5. Re: how to build libspeex_armce.lib ? (patrick andrieux)
Hi Dave, I tried defining ARM5E_ASM and ARM4_AS, and you are right, it doesn't compile, But I can't say if the problem come from the Microsoft compiler, because if it doesn't know ARM assembly optimizations, who can know ? We may need to include/install something else to use ARM5E_ASM or ARM4_ASM, or maybe this part of speex's code is not finished. I tried to compare both
2006 Jul 05
2
how to use fixed-point ?
Hi list ! I'm Patrick, a french student. i am developping a kind of softphone for pocket PC using speex. Sorry in advance for my bad english. Till now, i had good results, but now i've a problem with encoding. so to summarize, here is a short description of my work : I'm working on pocket pc I'm developing a GUI in C# I'm developing a dll in C++ which use speex
2006 Jun 23
1
How to get audio data from microphone on pocketPC ?
Hi jere, thanks for this link, i'll see if i can do something good with that. speex.dll : ----------- I have a speex.dll which work, and i can encode and decode a wav file. (i used male.wav on speex.org for my test). But my dll is specific to my softphone. In fact i just include speex.h and i call speex functions for [en;de]coding. My code is based on speex website's sample :
2006 Nov 14
0
Re: how to build libspeex_armce.lib ?
Hi Dave and JM, I built a .lib for arm architecture. I work on VS2005, and it's actually easy to build. What you have to do is to change the platform on which you want to build your lib. Open the libspeex project in "speex-1.2beta1\win32\VS2005\libspeex" In "Build" menu, choose "Configuration Manager" under "Active solution platform" select
2007 May 18
0
Re: libspeex_armce_lib
Hello Antonio, It was almost a year ago, so I don't remember exactly all what I did, but anyway I'll try to explain to you the main lines. In speex's sources, you should have a specific folder for VS2005 (or VS2003 depending on which Visual Studio you are using), run the project from there. You must compile for arm arch, not i386 arch...you can modify that somewhere in VS. I
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