search for: gervase

Displaying 13 results from an estimated 13 matches for "gervase".

Did you mean: gervasi
2006 Jun 27
3
Windows Mobile build, memory allocation
...How difficult is it to convert speex_encoder_init and speex_decoder_init to use preallocated memory buffers (presumably passed by the initilisatio functions themselves)? - farhan - farhan -----Original Message----- From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On Behalf Of Gervase Markham Sent: Wednesday, June 28, 2006 2:55 AM To: Jean-Marc Valin Cc: speex Subject: Re: [Speex-dev] Library split (poll) Jean-Marc Valin wrote: > In the 1.1.x branch, I've kept adding more stuff to libspeex: > preprocessor, AEC, etc. I'm now considering moving all those to a &gt...
2004 Aug 06
4
Raw Speex?
Hi, I want to take a .wav and generate a bytestream that I can feed direct to speex_decode(). The speexenc program appears to produce it wrapped up in an ogg stream, and it doesn't have any sort of "raw" mode. I've tried hacking on it to remove the ogg parts, but I must have got it wrong, as my decode dies after decoding 160 bytes (which I believe is one frame) with an
2004 Aug 06
0
Raw Speex?
I would guess that the sampleenc and sampledec programs (I think they're in the doc dir) would be closer to what you want. On Apr 28, 2004, at 3:18 PM, Gervase Markham wrote: > Hi, > > I want to take a .wav and generate a bytestream that I can feed direct > to speex_decode(). The speexenc program appears to produce it wrapped > up in an ogg stream, and it doesn't have any sort of "raw" mode. I've > tried hacking on...
2005 Sep 04
2
Supported DSPs
It would be great to get some idea of what chips and DSPs people have tried to compile Speex for, and what success they've had. So, if you've tried Speex on a chip, could you take a second to fill in the following and post it to the list? Chip Name: Speex Version: Floating or Fixed: Encode, Decode, Both or Simultaneous: MIPS (if known): Other comments: Many thanks, Gerv
2005 Sep 04
0
Supported DSPs
...float: x86/x86-64 (SSE assembly optimizations provided) PowerPC SPARC fixed: ARM (v4 and v5E) (assembly optimizations provided) Blackfin (assembly optimizations provided) TI C6x TI C55x TI C54x (but still too slow due to compiler issues) Jean-Marc Le dimanche 04 septembre 2005 ? 09:08 +0100, Gervase Markham a ?crit : > It would be great to get some idea of what chips and DSPs people have > tried to compile Speex for, and what success they've had. > > So, if you've tried Speex on a chip, could you take a second to fill in > the following and post it to the list? >...
2006 Jun 27
0
Re: Windows Mobile build, memory allocation
...ions themselves)? All you need to do is override some of the functions in misc.c. You should need to touch anything else. Jean-Marc > - farhan > > > - farhan > -----Original Message----- > From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On > Behalf Of Gervase Markham > Sent: Wednesday, June 28, 2006 2:55 AM > To: Jean-Marc Valin > Cc: speex > Subject: Re: [Speex-dev] Library split (poll) > > > Jean-Marc Valin wrote: > > In the 1.1.x branch, I've kept adding more stuff to libspeex: > > preprocessor, AEC, etc. I'...
2006 Jul 18
0
CentOS at LUGradio Live 2006!
...2005 was a huge success, and this year LUGRadio Live 2006 will be nothing you have seen before. " Speakers at the Event include : Mark Shuttleworth - Ubuntu Simon Phipps - Open Source and Sun Michael Meeks - OpenOffice Simon Willison - Yahoo! Scott James Remnant - Ubuntu Ted Haeger - Novell Gervase Markham - How to Destroy the Free Software Movemen Bastien Nocera - GNOME development and Fedora Barbie - Messagelabs and Perl Jonathan Riddell - KDE 4 and Kubuntu Dapper Richard Moore - IBM and Open Source Jonathan Haslam - DTrace .... and others. So if you can make it there, get in touch with ei...
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
2006 Jun 27
7
Library split (poll)
Hi everyone, In the 1.1.x branch, I've kept adding more stuff to libspeex: preprocessor, AEC, etc. I'm now considering moving all those to a separate library (libvoip, libspeech, whatever). Anyone on this list has good reasons I should consider for either splitting or not splitting libspeex? Cheers, Jean-Marc
2004 Aug 06
0
Re: Re:
=?ISO-8859-1?Q?_Re=3A_=5Bspeex-dev=5D_Difference_in_Encoding_?= =?ISO-8859-1?Q?of_files_on_Pocket_PC_vis-=E0-vis_desktop?= In-Reply-To: <1085699564.3286.8.camel@idefix.homelinux.org> References: <6735222D09423F448E2A238E06D260F12F6DBE@inexg.GRAPECITY.NET> <1085416539.4993.11.camel@idefix.homelinux.org> <40B30D61.3080601@gerv.net> <40B65BD9.2020904@gerv.net>
2005 Jan 03
0
sampleenc/sampledec
I can't get the versions of sampleenc and sampledec in the manual to work back-to-back. I've tried using speex 1.0.4 and 1.1.6. What am I doing wrong? [gerv@otter]$ file in.wav in.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 8000 Hz Strip headers: [gerv@otter]$ sox in.wav in.raw Command as given on manual page: [gerv@otter]$ ./sampleenc in.raw | ./sampledec
2005 Sep 05
1
Supported DSPs
Jean-Marc Valin wrote: > I don't know all the details, but here's a (partial) list of archs on > which I've heard of Speex running. I'm sure there are others (especially > the float version should really run on any chip with an FPU). > > float: > x86/x86-64 (SSE assembly optimizations provided) > PowerPC > SPARC I've had floating decoding running on a
2004 Aug 06
3
status report on the Windows CE (PocketPC) ACM codec
Christian Buchner wrote: > Now here is where I have problems and not yet found a solution: I know very little about this, so take everything that follows with a large pinch of salt. > * the function names exported in the .lib created by gcc are not compatible > with the function name decorations that the VisualC++ embedded linker expects. Which version of gcc are you using? I know