similar to: [ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code

Displaying 20 results from an estimated 500 matches similar to: "[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code"

2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
Actually, the best thing do to would be to use __int64 *unless* it's not supported. So there needs to be a configure check... Jean-Marc Le mar 01/06/2004 à 14:50, Kenji Chan a écrit : > I emailed Jean-Marc the arch.h about one week ago, not quite sure > whether he actually received that email. > > > > Anyway, here I have an improved version of arch.h that I
2004 Aug 06
0
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
I emailed Jean-Marc the arch.h about one week ago, not quite sure whether he actually received that email. Anyway, here I have an improved version of arch.h that I believe that it would be better, to use __int64 only if compiling on eMbedded Visual C++ compiler, so for any other compiler, keep it the same (use long long) ---------------------------------- Chan Kei Yuen (Kenji)
2007 Aug 29
2
high-pass filter issues
Hi, I am using 1.2beta2 on a C5416 doing narrowband in the decode function I am having a problem with the execution of my program vectoring off to random interrupts that are not used. I have tracked down the error to the highpass function called in nb_decode -very close to the end of the function-context: it is called here: ln 1719 for me if (st->highpass_enabled) highpass(out,
2004 Aug 06
0
[ANNOUNCE] PocketPC Port for speex-1.1.5 with samplecode
It's the case now, MS's compilers don't support long long type So in the arch.h file I posted. Since _WIN32_WCE is defined for every Windows CE platform (including PocketPC), we can be sure if the following are defined, then it's ms's eMbedded Visual C++ compiler 1. _WIN32_WCE, meaning on Windows CE platform 2. _MSC_VER, meaning ms's compiler // the code in arch.h
2004 Aug 06
1
Fatal end of line errors occur when trying to compile libspeex in eVC++ 3.0 or 4.0
Hi all, I'm trying to create a speex decoder library for Pocket PC platform. I then intend to use this library within my .NET Compact Framework application. But when I simply try to compile the libspeex files within my eMbedded Visual C++ environment, I receive the following error c:\documents and settings\asheeshv.grapecity\desktop\pocketpcdll\speex\bits.c(367) : fatal error C1010:
2005 Feb 03
1
free pocketPC softphone (toshiba e750)
Hi all I have a pocketPC Toshiba e750 and I want to make SIP calls from it, but I didnt found any free softphones for my Toshiba. X lite's versions for pocketPC isnt free :( Did someone used before a free softphone for pocketPC? witch one? Thanks Joao Pereira www.fccn.pt
2004 Sep 22
4
Softphone for PocketPC or iPaq
Is there a soft phone for PocketPC or iPaq? If not, is someone working on it? I will be more than willing to contribute my mite if needed. Thanks, -- sudhir
2005 Oct 12
2
Wanting to Make a PocketPC have a secure Connection to asterisk server
Does anyone know of a good solution to create a secure (encrypted) connection from a pocketpc (IPAQ 6515 in my case) to an asterisk server? Thanks Peter Kellner http://PeterKellner.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051012/2ee8b011/attachment.htm
2005 Oct 13
0
RE: Wanting to Make a PocketPC have asecureConnection to asterisk server
I'm wanting both the voice and the configuration to be secure. (very secure). I don't care if it is SIP or IAX but I do need a softphone on the pocketpc I can use. I'd appreciate if you could take a look this weekend for me. Thanks, -Peter ________________________________ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On
2005 Feb 22
1
Error connecting to Samba share from pocketPC
I've setup a wireless network with a Linux server, several Windows XP PC's and a PocketPC running Windows Mobile 2003 SE. The Linux server is running Debian and Samba 3.0.10. All is working fine, with Samba as a domain controller and serving shares for the Windows PC's. However my PocketPC is unable to connect to a Samba share (it can connect just fine to a share on Windows XP)
2006 Jun 13
1
LIBC.lib and developing for PocketPc
Hi I downloaded speex_win32_1.0.4_setup.exe. I was pretty happy to see that there was libspeex.lib and libspeex.dll. Everything went fine until I tried to build speexenc.c as win32 console program. Visual Studio 2005 gives error: "fatal error LNK1104: cannot open file 'LIBC.lib'". What is this LIBC.lib file? My ultimate goal would be to make wav->speex encoder
2006 Mar 09
1
SIP/Video client for PocketPC that works with Asterisk?
Anyone know of a SIP client that does video and runs on the PocketPC? I've tried Microsoft Portrait but have had issues. Thanks!
2004 Sep 22
1
Codec For PocketPC
Hi, I have ported the speex codec to PocketPC. However there are some issues coming. Firstly, i am trying to use a sampling rate of 44.1KHz and 14KHz after changing some of the code. When i try to decode and listen , there is some break in sound which occurs only at the starting of the sample file. On the first run, it works fine but the break increases upto a certain level on subsequent runs .
2004 Oct 13
1
speex under PocketPC
Are there any caveats when trying to get speex running under PocketPC? I'm under fairly tight bandwidth constraints and would like to avoid going AMR. Is it about as simple as setting up a project and running, or is it a more involved port? -------------- next part -------------- A non-text attachment was scrubbed... Name: matthias.vcf Type: text/x-vcard Size: 220 bytes Desc: not available
2006 May 17
1
FW: libtheora in WinCE or PocketPC?
Hi there, I've found no answers to this question from Fri Apr 15 19:33:50 2005. Are there any answers now? > I'm sure this is a common question, but I haven't seen it asked nor answered > on this list, on the Theora Wiki nor FAQ, nor on the Internet at large > (though I haven't checked the whole thing): > > Has anyone ported 'libtheora' to WinCE or
2004 Aug 06
2
Speex in a PocketPc crashes sometimes.
Hello Cesar I'm using Speex on a PPC2002 and PPC2003 with no problems. For tune-up remember to define the FIXED_POINT macro in Project->Settings in eVC. With this setting you ought to be able to at least decode in realtime while using debug-mode. Kind regards Bjoern D. Rasmussen >From: "cesarbremer@raseac.com.br" <cesarbremer@raseac.com.br> >To: speex-dev@xiph.org
2005 Apr 15
0
libtheora in WinCE or PocketPC?
I'm sure this is a common question, but I haven't seen it asked nor answered on this list, on the Theora Wiki nor FAQ, nor on the Internet at large (though I haven't checked the whole thing): Has anyone ported 'libtheora' to WinCE or PocketPC 2003? I seem to recall seeing a Linux ARM port, but I haven't been able to confirm that, either. I see there's a
2004 Sep 23
0
Re: [Asterisk-Dev] Softphone for PocketPC or iPaq
I have tried sjphone - worked well, although I think my 3 year old IPAQ had a bit of a hard time keeping up with the pace as there was quite a delay in the speech. Probably says more about my ancient IPAQ than SJPhone. Sam Lex Lethol <lethol@gmail.com> wrote on 23/09/2004 15:31:39: > I tried the xten one and didn;t like at all.. > > Havent tried to SJPhone, but my guess is
2005 Feb 07
1
PocketPC Softphone?
Anybody got any preferences for a good SIP softphone? Ideally, a free download for the moment, as this is just for some initial proof-of-concept. -- Adrian Chapman Director Trivas Ltd Business on the Move Mobility - Messaging - Infrastructure - Security - Remote Access 07796 690210 - 01582 626552
2004 Apr 22
0
PocketPC 2003 taking samba file share?
Hi All, Anybody ever succeeded in getting a samba share opened by PocketPC 2003 File Explorer? I am using a h4150 iPaq with WLAN capabilities, but haven't been able to succesfully take in any type of samba share, public nor private. I have used Pocket Hosts to make sure the samba server is known by it's hostname, but even by referencing the samba server by it's IP address directly, I