similar to: RE: Difference in Encoding of files on Pocket PCvis-à-vis desktop

Displaying 20 results from an estimated 11000 matches similar to: "RE: Difference in Encoding of files on Pocket PCvis-à-vis desktop"

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
2004 Aug 06
2
Difference in Encoding of files on Pocket PC vis-à-vis desktop
Hi all, I've created a Speex decoder for Pocket PC so that I can play Speex files from within my .NET CF app. But there has been a problem while playing the files on my Pocket PC. I encode a wav file on the desktop using Speexenc.exe (Speex- 1.1.5) and then copy this file to my Pocket PC where I playback using my decoder library. But the sound quality is extremely poor and completely
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
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 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
[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 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code)on Windows usingVC++6.0
Thanks a lot for your replies. Where can I get Ogg static libraries header, and Ogg header files. Any place where I can download. Basically I need to create a Speex library for Pocket PC 2003, that can be used from within my .NET Compact Framework application. For this I need to create a DLL file, which essentially is my Speex decoder. For this I simply need to make use of Speexdec, since this
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
Re: Difference in Encoding of files on Pocket PC vis-à-vis desktop
Jean-Marc Valin wrote: > I suspect something related to endianness or word size here. On a related point, has anyone ever compiled FIXED_POINT Speex on a system with 16-bit chars? Will it definitely work, definitely not work, or might it work and no-one has any idea? :-) More specifically, I'm trying to decode Speex data encoded using sampleenc. So, it's definitely been encoded
2004 Aug 06
2
1.0.3 in ACM soon
Hi Rodrigo, I'm Fabio and i'm in your identical situation, i need Speex to run on PocketPC in real time mode for my tesis. I've to develop a sort of VoIP apllication for pocketPC... I recently discover speex (Only yesterday i joined this mailing list....) and I'm doing many test using mostly VC++ 6.0 but only because i'm still undestandig speex... I did many works with EVC++
2005 Jan 27
2
SoftClient for Pocket PC
Hi List, Is it possible to install a soft client on my Pocket Loox 610 (F.C.Siemens) an register it with asterisk? any suggestions? thx in advance. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- An HTML attachment was scrubbed... URL:
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
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
2011 Jun 19
4
Can WINE help me using Dell Axim from Puppy Linux 511?
Since I'm new to this forum I probably I'm doing something wrong, I'm sorry if this's the case! I don't have a windows base system, solely Puppy Linux. I do have an Axim, though; can't do hardly anything useful with it since starting using just Linux. Went through many pages about WINE but failed to locate any useful info. That's the reason for posting my issue here.
2002 Mar 05
1
ogg vorbis on the pocket pc
Hi, i'm not too familiar with how the ogg vorbis community works, so i hope this is within the topic of the list, but i didnt really want to leave this thing i've did out in the dark either. :) i've just ported libvorbis, libogg, and vorbisfile stuff to the pocket pc a while ago, it was pretty straight forward (just add a few more #ifdefs around the ftoi function and some others) and
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
5
1.0.3 in ACM soon
Hi Andrey, May be that we don´t understand. I need to transform speex to pocket pc platform. The Windows API is different to Pocket Pc API. Some IDEs that help us to create code for pocket pc, for example, are Visual C++ 3.0 embedded or Visual Studio.Net. Christian will develop this work with Visual C embedded. If you can develop this work quickly or you can guide me step by step, i would be very
2004 Aug 06
1
Error in compiling Speexdec code (Speex-1.1.5 code) on Windows using VC++6.0
Hi, I've downloaded the Speex-1.1.5 code and am trying to compile the Speexdec code using Microsoft VC++ 6.0 IDE. When I try to open the speexdec.dsw workspace, I get a dialog asking to locate the ogg_static file. I simply cancel that message, and then the project is opened in the VC++ 6.0 IDE. Now, when I simply try to compile the program, I receive this 5 error messages. error1.
2004 Aug 06
1
i need your opinion of my encoded file in ipaq 1940
Hi, I encoded file in a ipaq 1940, pocket pc 2003, processor Samsung s3c241(similar to ARM), 266 Mhz. I would like to know your opinion for the quality output if this is right to entered parameters. File original: http://padawan.ing.puc.cl/chavezorig.wav File encoded: http://padawan.ing.puc.cl/chavezq1.wav The parameters for encoded are: state = speex_encoder_init(&speex_nb_mode); int tmp=0;
2004 Aug 06
1
Libspeex-cygwin-EVC++ 3.0
Hello Carl, Can you send me libspeex compilated in eVC. And can you describe where and how set the FIXED_POINT flag in eVC. Thanks you. Regards. Rodrigo. <p>----- Mensaje original ----- De: "Carl Douglas"<CarlD@itouchmobility.com> Env.: 15/01/04 17:43:43 Para: "speex-dev@xiph.org"<speex-dev@xiph.org> Asunto: RE: [speex-dev]