Displaying 8 results from an estimated 8 matches for "libspeex_armce".
2006 Nov 15
1
Re: 5. Re: how to build libspeex_armce.lib ? (patrick andrieux)
...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 libspeex_armce.lib and hand-built FIXED_POINT build
as well.
I encoded 30sec and it tooks around 6sec with libspeex_armce.lib (1.1.16)
and around 4sec with 1.2beta1.
rgds,
Patrick
>Thanks Patrick. I have done this too. However, it was my impression that
>the libspeex_armce.lib was cross-compiled in GCC...
2005 Dec 29
0
libspeex_armce.lib
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Could anyone tell me how libspeex_armce.lib Speex 1.1.6 was compiled?
(http://www.speex.org/download/libspeex_armce.lib )
Does it exist some modified fixed_arm5e.h for Microsoft EVC arm-asm
compiler?
or the inline assemlby was compiled with GCC and linked through EVC
LINK.exe?
if the latter was done could I know how to link with EV...
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 Patrick. I have done this too. However, it was my impression that
the libspeex_armce.lib was cross-compiled i...
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
2004 Nov 03
4
libspeex for other platforms
wouldn't it be a good idea to have the libraray available as a binary for
non-PC platforms like the PocketPC, Symbian and Mac?
i am suggesting this as it will allow the developers to go ahead and
program to an interface while the development continues.
there are builds for symbian, pocket pc and linux already in the tar ball.
putting their binaries on the download section will probably
2007 May 18
0
Re: libspeex_armce_lib
...hat somewhere in VS.
I don't remember very well how, but you have to compile a library, a
.lib file, not a DLL or whatever... In my mind, the project is
already configured to compile the lib... but not completely sure about
that.
Then, I compiled a DLL written in C++ in which I have included
libspeex_armce.lib in project's properties.
And in my application in C#, I imported functions from the DLL.
So basically, I had GUI in C#, and all the speex process was done by my DLL.
And about the error you got, I don't know what is you r problem.
If you look at the list archive, I think I already exp...
2006 Nov 13
1
RE 2. Quick survey for Speex 1.2 (Jean-Marc Valin)
I wish Speex could come with instructions on how to build libspeex_armce.lib.
________________________________
From: speex-dev-bounces@xiph.org on behalf of speex-dev-request@xiph.org
Sent: Mon 11/13/2006 3:01 PM
To: speex-dev@xiph.org
Subject: Speex-dev Digest, Vol 30, Issue 15
Send Speex-dev mailing list submissions to
speex-dev@xiph.org
To subscribe or...
2005 Feb 22
1
Win CE playback error
...speex_encoder_ctl(enc_state,SPEEX_GET_FRAME_SIZE,&frame_size)
The framesize i got is 160.
I am trying to encode the data which is contained as an unsigned char buffer[160] as mode 2 of 5,950 bps and stored as the same data type as unsigned char array after encoding
I have managed to link the libspeex_armce.lib file successfully but have gotten garbage on playback.
I am not sure if i have done it correctly.
Below are snippets of the coding.
Any help is appreciated.
//assuming data is stored as unsigned char buffer[160];
//Trying to use Fixed Point
#define FIXED_POINT
//initialization
SpeexBits bit...