search for: vashishtha

Displaying 17 results from an estimated 17 matches for "vashishtha".

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
3
RE: Difference in Encoding of files on Pocket PCvis-à-vis desktop
...desktop encoded file on Pocket PC? Do I have to make change some settings? Thanks a lot for your help. Thanks & regards, Asheesh <p><p>-----Original Message----- From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca] Sent: Monday, May 24, 2004 10:06 PM To: speex; Asheesh Vashishtha Subject: Re: [speex-dev] Difference in Encoding of files on Pocket PCvis-à-vis desktop <p>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 y...
2004 Aug 06
0
RE: Difference in Encoding of files on Pocket PCvis-à-vis desktop
...s 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 "Speex " string. (Maybe it's a compilation problem with libogg?) Jean-Marc Le mar 25/05/2004 à 03:50, Asheesh Vashishtha a écrit : > 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 e...
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
[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
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
...ere. 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, > > 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...
2004 Aug 06
0
Any Speex plug-ins available for usage in a Palmdevice application
...a about this, although if eventually it boils down to creating my own plug-in, then the first question would suffice. Thanks & regards, Asheesh -----Original Message----- From: Jean-Marc Valin [mailto:Jean-Marc.Valin@USherbrooke.ca] Sent: Wednesday, April 14, 2004 12:58 AM To: speex; Asheesh Vashishtha Subject: Re: [speex-dev] Any Speex plug-ins available for usage in a Palmdevice application <p>> Now I'm planning to create the same application for Palm devices viz > Treo 600. > I'd really appreciate if someone could provide any information about > the similar kind of a...
2004 Aug 06
0
Error in compiling Speexdec code (Speex-1.1.5code)onWindows usingVC++6.0
...s i use in the ce docs when searching. But like i say, i'm not 100% sure that they are completely compatible as i don't have one to test with. You could maybe try the microsoft newsgroups for directshow to see if someone knows for sure. Zen. ----- Original Message ----- From: Asheesh Vashishtha To: speex-dev@xiph.org Sent: Friday, May 14, 2004 6:28 PM Subject: Re: [speex-dev] Error in compiling Speexdec code (Speex-1.1.5code)onWindows usingVC++6.0 <p> Thanks a lot Zen. Basically I'm trying to create a Speex decoder for Pocket PC. Actually I've already implemented a...
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
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
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
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
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
...t64 only if compiling on eMbedded Visual C++ compiler, so for any other compiler, keep it the same (use long long) ---------------------------------- Chan Kei Yuen (Kenji) -----Original Message----- From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org] On Behalf Of Asheesh Vashishtha Sent: Monday, May 31, 2004 11:05 PM To: speex-dev@xiph.org Cc: Jean-Marc.Valin@USherbrooke.ca; Varun Sharma; Sanjeev Jagtap Subject: [speex-dev] [ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code Hi Jean-Marc, Based on the wonderful Speex project, I've created SpeexOutLoud, essenti...
2004 Aug 06
2
[ANNOUNCE] PocketPC Port for speex-1.1.5 with sample code
...ep it the same (use > long long) > > > > > > ---------------------------------- > > Chan Kei Yuen (Kenji) > > > > > > -----Original Message----- > From: owner-speex-dev@xiph.org[mailto:owner-speex-dev@xiph.org] On > Behalf Of Asheesh Vashishtha > Sent: Monday, May 31, 2004 11:05 PM > To: speex-dev@xiph.org > Cc: Jean-Marc.Valin@USherbrooke.ca; Varun Sharma; Sanjeev Jagtap > Subject: [speex-dev] [ANNOUNCE] PocketPC Port for speex-1.1.5 with > sample code > > > > Hi Jean-Marc, > > Based on the wonderful...
2004 Aug 06
2
Error in compiling Speexdec code(Speex-1.1.5code)onWindows usingVC++6.0
...in the ce docs when searching. But like i say, i'm not 100% sure that they are completely compatible as i don't have one to test with. You could maybe try the microsoft newsgroups for directshow to see if someone knows for sure. Zen. ----- Original Message ----- From: Asheesh Vashishtha To: speex-dev@xiph.org Sent: Friday, May 14, 2004 6:28 PM Subject: Re: [speex-dev] Error in compiling Speexdec code (Speex-1.1.5code)onWindows usingVC++6.0 <p> Thanks a lot Zen. Basically I'm trying to create a Speex decoder for Pocket PC. Actually I've already imple...
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,