similar to: Any Speex plug-ins available for usage in a Palmdevice application

Displaying 20 results from an estimated 6000 matches similar to: "Any Speex plug-ins available for usage in a Palmdevice application"

2004 Aug 06
1
Any Speex plug-ins available for usage in a Palm device application
Hi all, I'm new to the speex development mailing list, so I don't have much experience/idea about Speex. I came to know about speex when I was working on a R&D for my application on Palm devices. I've created a Pocket PC application, which is a talking phrasebook using .NET Compact Framework. In this application I'm using a 3rd party MP3 plug-in for playing my MP3 files,
2004 Aug 06
0
Error in compiling Speexdec code (Speex-1.1.5code)onWindows usingVC++6.0
Re: [speex-dev] Error in compiling Speexdec code (Speex-1.1.5 code)onWindows usingVC++6.0If you use directshow on CE, that should give the ability to play most files that can be played on normal windows platform... i haven't used it much as i don't have a pocketpc to play with, but here is a good place to start (URL may get broken)
2004 Aug 06
0
RE: Difference in Encoding of files on Pocket PCvis-à-vis desktop
Hi, Here's a couple things to look at: 1) Are you using your own encoder and decoder? If so, try with speexenc and speexdec. 2) Is PocketPC big endian? If so, try defining WORDS_BIGENDIAN when compiling Speex. 3) The "This doesn't look like a Speex file" error sounds very suspicious because it only involves looking at the first chars of the first packet and looking for the
2007 Jun 26
1
Getting JPilot working
I am trying to get JPilot working. I have configed gnome-pilot-applet, but it is not talking to the USB connected Treo650. My Treo has my name as the user, so from the applet, I see also a userid (my UID on this system it seems). I try to put that on the Treo and nothing happens. I have enabled the Backup Conduit. I am using /dev/pilot, which shows up when my Treo is connected via its USB
2009 May 26
0
Dynamic XEN USB usage for Win Guest?
Hi, I am trying to attach a Palm Z22 via USB to my fully virtualized Win XP. Dom0-System: CentOS 5.3 x86_64 (Kernel 2.6.18.128.1.10.el5xen) XEN: 3.0.3-80.el5_3.2 XP: 32-Bit Professional lsusb shows: USB Palm: Bus 002 Device 007: ID 0830:0061 Palm, Inc. Lifedrive / Treo 650/680 / Tunsten E2/T5/TX / Zire 21/31/72 / Z22 I found some hints that I have to put usb = 1 and usbdevice =
2004 Aug 06
3
RE: Difference in Encoding of files on Pocket PCvis-à-vis desktop
Hello Jean-Marc, I encoded a 143 kb file on both the desktop as well as the Pocket PC using the default settings/ Here are the results. Size : Desktop - 17.6 Kb, Pocket PC -17.1 kb (not much difference in size) Now when I try to decode the file encoded on the Pocket PC, I get a message "This doesn't look like a Speex file". However, when I decode the Pocket PC encoded file on
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)
2004 Aug 06
2
Error in compiling Speexdec code(Speex-1.1.5code)onWindows usingVC++6.0
Re: [speex-dev] Error in compiling Speexdec code (Speex-1.1.5 code)onWindows usingVC++6.0Actually one thing i should point out if you do decide to go this route.... currently my demuxer builds a seek table, which could potentially be a bit of a memory hog on a small device... though when i get around to adding the networking code, i will have to use my bisection seek code, so the use of the seek
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
2003 Oct 05
1
OGG supported by Treo 600!
The highly anticipated PDA/Cellphone combo the Treo 600 is being released this week (Oct 6th) on Sprint's CDMA network. On Oct 13th it comes out for GSM networks (T-mobile, etc). It has 32MB internal storage and has a SD slot. SD media currently is available up to 512MB. It descent builtin speakers and head phone jacks. It runs Palm OS 5.2.1 and comes with the Pocket Tunes audio player app.
2003 Oct 05
1
OGG supported by Treo 600!
The highly anticipated PDA/Cellphone combo the Treo 600 is being released this week (Oct 6th) on Sprint's CDMA network. On Oct 13th it comes out for GSM networks (T-mobile, etc). It has 32MB internal storage and has a SD slot. SD media currently is available up to 512MB. It descent builtin speakers and head phone jacks. It runs Palm OS 5.2.1 and comes with the Pocket Tunes audio player app.
2004 Aug 06
2
Error in compiling Speexdec code (Speex-1.1.5 code)onWindows usingVC++6.0
Thanks a lot Zen. Basically I'm trying to create a Speex decoder for Pocket PC. Actually I've already implemented an application for (talking phrasebook) Pocket PC using .NET CF. Now in that app I'm using XAudio MP3 decoder to play MP3 files from within my application. My doesn't have a player GUI, I'm just using the MP3 decoder programmatically from within my app. Now since
2004 Aug 06
0
Difference in Encoding of files on Pocket PC vis-à-vis desktop
Hi, I suspect something related to endianness or word size here. Can you check that the encoded files end up the same size? Also, what if you encode on the Pocket PC and decode on a desktop? Maybe if you encode a small wav file on both pocket PC and desktop using default options and send me the results. Jean-Marc Le lun 24/05/2004 à 09:52, Asheesh Vashishtha a écrit : > Hi all, >
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:
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
Hi Jean-Marc, Based on the wonderful Speex project, I've created SpeexOutLoud, essentially a Speex codec port for Windows Mobile 2003 devices. I've included a sample project intended to show the usage of SpeexOutLoud codec in a Pocket PC application based on .NET Compact Framework. I'd request you to please go through the attached build, and include it as a contribution to the
2004 Sep 10
2
Re: #130041: xmms-flac: breaks periodically
Asheesh Laroia wrote: > Anyone here have any ideas? Is there a trace I can add to the flac > plugin, or some diagnostic method? Is there some debugging routine I can > use to see what's going on? > I concluded some months ago that this is exactly what happens if you try to play a zero-length file with a .flac extension. After that, all .flac files are skipped. This may not be
2004 Sep 10
0
Re: #130041: xmms-flac: breaks periodically
Well, this proves it. I've been running XMMS for hours after deleting the playlist entries without times associated with them. I guess I'm not going to re-flac my files (<sigh type="relief" />). This is still a bug in the Flac decoder plugin. Under Windows, the error is something about stream decoder and "%d". This should be a pretty simple thing to fix -
2007 Jan 18
1
Corrupt Transaction Log?
Got most of my install woes sorted out. Have Dovecot running on two servers, one for my standard imap deployment, and one for my webmail server. I'm getting a lot of messages like this when my palm Treo syncs. Anyone have any idea what I have set wrong? Jan 17 21:49:57 montreal dovecot: imap-login: Login: user=<chandler>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured Jan 17
2004 Sep 21
6
Vorbis decoder sample code
Hi, I'm a Pocket PC developer and have created a audio translator application on this platform. I currently make use of an MP3 decoder engine, but due to heavy licensing fees I'm thinking of switching over to a patent free format. Vorbis presents the best approach. I read that tremor decoder has been especially optimized for embedded devices. I'd like to make use of this and
2004 Aug 06
2
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows usingVC++6.0
Hi Chris, Thanks a lot for your help. I've been able to resolve all the errors except one. I don't have ogg.h header file, so when I try to build Speexdec.exe, I get an error d:\speex\speex-1.1.5\src\speexdec.c(44) : fatal error C1083: Cannot open include file: 'ogg/ogg.h': No such file or directory I don't have this file, but as I wrote in my previous mail, an ogg_static