similar to: Cpu bandwidth for Speex on Win32 platforms

Displaying 20 results from an estimated 1000 matches similar to: "Cpu bandwidth for Speex on Win32 platforms"

2004 Oct 06
4
Cpu bandwidth for Speex on Win32 platforms
At 12:35 PM 10/6/2004, Matthias Granberry wrote: >There is some SSE assembly >language, but it's in GCC/AT&T syntax rather than the windows-standard >Intel syntax, so you might have to do some of your own translation to >something your compiler understands. We submitted an intel patch a ways back- maybe it is in the archives somewhere... Tom -- Tom Harper -
2006 May 21
1
Re: Speex-dev Digest, Vol 24, Issue 21
Sir, Sorry, I can not return your email immediately. I am out of office from May 18 to June 6, 2006. thanks for your patience, Jay Huang
2004 Aug 06
2
vbr and music
I know speex is not supposed to do a great job compressing music, but I've noticed that the new VBR code chokes completely when you try to compress horns. I've placed a particularly offensive example up at http://www.utdallas.edu/~matthias/ . Take a look at a-16m*{ogg,spx}. a.ogg is the first minute of an ogg created from the source media (in 44khz stereo). The rest have been mixed down
2004 Aug 06
2
narrowband embedded in wideband
Is there any way to access only the narrowband portion of a wideband stream? I'd like to be able to encode the audio only once, but allow members in a conference to have some rough selection of bandwidth, and allow them to move to a lower-bitrate stream if there is a need to do so. Thanks, Matthias -- Matthias Granberry matthias@utdallas.edu (469) 371-0596 --- >8 ---- List archives:
2004 Aug 06
1
Win32 player needed to put speex into widespread use
I am eager to begin using speex for downloadable audio on my church's website - but first a good win32 player is needed given that windows has a 94% domination... Are there any plans for an up-to-date speex player for windows? (that winamp plugin is hopelessly old) Building this into zinf (fmr. freeamp) might be an option, but their code is one big mess. --- >8 ---- List archives:
2004 Aug 06
1
Speex and .NET
Has anyone written a wrapper to use with .NET for the speex Win32 library? I had started to work on it but thought best to ask first. :) Thanks, Jessica <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word
2004 Aug 06
1
speex on a DSP chip?
On Wed, Mar 31, 2004 at 10:51:20AM +0300, George Bratis wrote: > I think that if you want to use a low cost dsp you must rewrite ti in > assebmly. > In our tests you will need 4-5 times more MIPS just compiling C code. This was also our experience porting the Tremor vorbis decoder to a TI dsp. The vendor toolchain is useless; someone really needs to pay cygnus to port gcc. -r ---
2004 Aug 06
1
Speex, what container?
I'm going to use speex to compress sound that was record from a sound board. What container should I use so it will be able to play in some sound player available for windows, ogg or wave? If I choose to use wav container I simple have to put the speex stream into the data chunk of the wave file? I heard that there is a codec to put speex in a wav file so it can be played in windows media
2003 Jul 04
3
Virtual fax on the Asterisk box
Hi all, I want to get the following functionality: define one extension as a virtual fax machine. Every fax redirected to that extension to be converted in a picture file (bmp/jpg/gif or something else) and then attached to an email and send to an e-mail address. Are you aware of a linux based application who does something like this and can be installed on the same computer as Asterisk? Another
2004 Aug 06
4
Speex 1.0 RC3 is out
Hi, Just to let you know that Speex 1.0 RC3 is out. It should be the last RC until 1.0 is released (tentative release date is March 16th). Please give RC3 a try and report bugs so they can be fixed before 1.0. As usual, download from http://www.speex.org/download.html Jean-Marc -- Jean-Marc Valin, M.Sc.A. LABORIUS (http://www.gel.usherb.ca/laborius) Université de Sherbrooke, Québec,
2004 Aug 06
2
speex over radio and homemade hardware
I've been given the task to hunt down a codec that out solar car team can use to transmit and receive data over a radio link between a chase car and the solar car its self. As of now I do not know the exact specifications of the internal hardware of the car, what I do know is they are looking at transmitting across a 2400baud connection, the unit in the car is homemade from our labs here.
2004 Aug 06
1
cosmetic problems with speex encoder in rc3
Take a look at this: peexenc --vbr -V --quality 4 audiodump.wav a.spx Encoding 32000 Hz audio using ultra-wideband (sub-band CELP) mode (stereo) Bitrate is use: 22400 bps (average -1268444817 bps) I'll take a look at what the problem is later today or tomorrow, but if anyone beats me to the bug, let me know before I spend too much cscope time playing with it. Regards, Matthias --
2003 Jun 30
0
outgoing calls with packet8 and dta310 problems
I'm trying to get asterisk working w/ packet8 (incoming and outgoing) and a dta310 so I can have more control over voicemail. I've looked at the data stream coming from the dta310 and from packet8, but I haven't managed to get the phone to actually place invites through asterisk. On the asterisk end with chan_oss.so, I can make it dial and I hear ringing and the first second of
2004 Aug 06
1
narrowband embedded in wideband
It looks like I'll need to go further into the guts of speex to do this. I do, however, see some lines in nb_celp.c/nb_decode() that look interesting. I guess I'll play with it. I doubt that it will be terribly clean, though. Jean-Marc: Take a look at line 1195 in nb_celp.c (CVS). It reads "speex_warning ("More than to wideband layers found: corrupted
2007 Jun 09
3
Moving to Git
Hi everyone, I'm currently attempting to move Speex development over to Git. Because Git is distributed, I means that anyone would be able to do development and commits without having to get write access (and I can just pull from them). There are of course other advantages, like sane handling of branches and tags, local history, ... Now, one of the disadvantages is that Git currently
2005 Jul 22
3
Garbled sound no more
Hey, thanks for sharing this information. If this is true, it could explain some intermittent problems I've had, since I do encoding and decoding in separate threads. I assumed that Speex was thread-safe because there doesn't seem to be a connection between the encoder and decoder, and the encoder and decoder require separate states for different streams. I'm curious to know
2005 Oct 26
1
subversion link incorrect
Not a big deal, but the "<http://xiph.org/svn.html>Subversion Access" link on http://www.speex.org/download.html page should probably point to: http://www.xiph.org/svn/ rather than: http://xiph.org/svn.html Tom ______________________________________________ Tom Harper Lead Software Engineer SightSpeed - <http://www.sightspeed.com/>http://www.sightspeed.com/ 918 Parker
2006 Apr 27
2
summer of code
Congrats Jean Marc, Just heard you got a new google assistant for the Ghost project! Tom ______________________________________________ Tom Harper Lead Software Engineer SightSpeed - <http://www.sightspeed.com/>http://www.sightspeed.com/ 918 Parker St, Suite A14 Berkeley, CA 94710 Email: tharper@sightspeed.com Phone: 510-665-2920 Fax: 510-649-9569 My SightSpeed Video Link:
2006 Oct 24
2
vad changes
Jean-Marc, So I saw in the latest code that the vad in the preprocessor is gone/going to be re-written. Is there a plan as far as this goes? Just wondering as the current one seems to work pretty well. Thanks! Tom ______________________________________________ Tom Harper Lead Software Engineer SightSpeed - <http://www.sightspeed.com/>http://www.sightspeed.com/ 918 Parker St, Suite A14
2005 Oct 24
2
(small) bug in nb_decode?
Hi, So I got a crash on the following code: k1=SUBMODE(lpc_enh_k1); k2=SUBMODE(lpc_enh_k2); which in the newer codebase is: bw_lpc(SUBMODE(lpc_enh_k1), st->interp_qlpc, awk1, st->lpcSize); bw_lpc(SUBMODE(lpc_enh_k2), st->interp_qlpc, awk2, st->lpcSize); I am not sure if the newer code will have the same issue but the following check is