similar to: Fixed-point

Displaying 20 results from an estimated 900 matches similar to: "Fixed-point"

2005 Dec 26
2
Fixed-point VAD?
Hi, I found this message concerning VAD and was wondering whether VAD has been ported to fixed-point in the latest version? Thanks, SingHui ---------- Forwarded message ---------- From: Jean-Marc Valin <Jean-Marc.Valin@usherbrooke.ca> Date: Jul 22, 2005 1:02 AM Subject: Re: [Speex-dev] Fixed-point To: gue baja <gue_baja@yahoo.com> Cc: speex-dev@xiph.org Hi Baja, Here's a quick
2005 Dec 27
0
Re: Fixed-point VAD?
> I found this message concerning VAD and was wondering whether VAD has > been ported to fixed-point in the latest version? Sorry, VAD is still float, but if you're using the built-in one, float emulation should work (it's not very compute-intensive). Jean-Marc > Thanks, > SingHui > > ---------- Forwarded message ---------- > From: Jean-Marc Valin
2010 Oct 19
3
Increasing the speed of speex playback
You're asking the wrong question. The question is not "why does it would bad with Speex?", but "why does it sound good with LPC10 and MELP?". And the answer is that both are vocoders. Try dropping frames/subframes with anything else (Vorbis, MP3, G.729, u-law, ...) and it'll sound terrible as well. The only reason it sounds good with vocoders is because the
2008 Oct 15
4
Small regular expression question
I''m looking to write a regular expression that will match valid URLs. My problem is that it almost works, except it accepts URLs with / in the middle of them, suchs as: http://www.ruby/rails.com It looks (to me) like my regular expression should not match strings like that, but it does. Here is the regular expression:
2007 Aug 07
1
Attempting to shrink speex: Are these functions necessary?
for the bits init I am using speex_bits_set_bit_buffer and I don't use the write to or read from because the data is already in the buffer I am reading from and I am writing to the final buffer so I don't need to move arrays around. what part is the vocoder part of the decode? Thanks for your help! -Mike >>> Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> 08/06/07
2007 Oct 26
2
Implementation of a Speex based hardware VOCODER
Hi everyone, I?m a graduate student in a Brazilian Intitute of Technology, and I?m doing some academic research regarding secure voice transmission over phone lines. One of our reserach goals is to implement a hardware vocoder, with low bit rates, and a preferably free algorithm, to be used in this secure voice system. Actually, there is a functional system using a proprietary AMBE
2006 Jan 23
3
canreinvite always =no * no matter what we try :-(
been testing with a rather simple setup. The mission is to actually get a reinvite to work on the lan. I am trying with two sipura phones G.711 codec forced on both both on the lan no nat no fancy options suchs as tT or H No matter what we do asterisk hangs on to the media path, how in the world do I get a reinvite to work where the media path is actually handled by the two phones on the lan?
2007 Jul 19
2
How Can I Get involved in Speex Fixed-Point Development?
Hi, My name is Jean Quirion and I am a DSP engineer. Currently I am working on a project where it is desired to implement a VoIP solution over a GSM GPRS link. I would like to use Speex as the vocoder for this application. This application would require the Speex encoder/decoder and possibly the pre-processor to run on a low power fixed-point DSP such as a TI C55x. Thus, I am interested in
2004 Aug 06
1
Vocoder for SA-1110 proccessor
Hello, I'm interested in a low rate vocoder to run on SA-1110 or XScale processor (for PDAs voice application). Is there a suitable speex vocoder for that? Thanks in advance, Eyal. ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag --- >8 ---- List archives:
2020 Sep 01
2
Request
Quiero dar de baja mi suscripciĆ³n, por favor. [[alternative HTML version deleted]]
2001 Feb 12
3
Ogg Voxpop
I have been thinking about what is needed to make language teaching/learning tools. (Like talking flash cards.) The main thing needed is a low bit-rate encoding of human voice. At first I thought I could take one of the gevernment standard vocoders and embed it as an Ogg stream. But: (1) there is not a standard vocoder, there is are half a dozen, at least. (2) they are fixed bit rate, we
2004 Mar 29
6
Asterisk + GrandStream SIP phones
-This is my 'sip.conf' file: ;************************************************************* ; ; SIP Configuration for Asterisk ; [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = default ; Default for incoming calls tos=184 maxexpirey=3600 ; Max length of incoming registration we allow
2002 Mar 27
10
Speex: Open-source, patent-free speech coding
Hi, We would like to announce the first release of the Speex project. Speex (http://speex.sourceforge.net) is an open-source (LGPL), patent-free compression format allowing an alternative to expensive proprietary codecs. Unlike Ogg Vorbis which compresses general audio, Speex is designed especially for speech. For that reason, Speex is meant to be a complement to Vorbis. Since it is specialized
2006 Jan 19
4
Disabling zap echo cancellor from dialplan
Anybody knows if it's possible to disable zap echo cancellor from dialplan only for certain outbound calls ?? I share the same phone lines for voice calls and faxes. Iaxmodem works fine for me only turning off the echo cancellor, but I need it for voice calls. Any ideas ? maxx
2007 Jul 20
1
Porting Speex on C5509A and CELP Algorithm Documentation
Jim, Thank you very much for your suggestions. I managed to get the C55x code working on the simulator. I would like to port Speex both on a C5502 EVM and a C5509A EVM. As such, if you can provide me with the details of your port on the C5509A, it would be greatly appreciated. Furthermore, I am looking for some technical documentation on the CELP algorithms. I would like to better
2004 Aug 06
3
Quality
I was wondering if the developers were using anything to "objectively" test the quality of the speex vocoder. For instance PSQM or one of the many derivatives. Mean Opinion Scoring seems an expensive route. Is there some open source software to use for this? <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To
2007 Dec 06
1
Echo cancellor on Windows, a few questions.
what i want to achieve is simple, i want to be able to sitback in my chair and talk over a voip call using speex. as the mic and the speakers are built into the laptop, an echo canceller is required. what i am doing is this : First, each time i finish writing a block to the waveout, i copy it into a buffer like this: Segment *pseg = (Segment *)phead; waveOutUnprepareHeader(waveOut, phead,
2004 Aug 06
3
Quality
I was also wondering if there is a standard set of input sequences people are using to test Speex. I haven't stumbled upon it/them yet. > -----Original Message----- > From: owner-speex-dev@xiph.org [mailto:owner-speex-dev@xiph.org]On > Behalf Of Jean-Marc Valin > Sent: Tuesday, February 25, 2003 7:24 PM > To: speex > Subject: Re: [speex-dev] Quality > > > > I
2007 Jun 12
2
barplot and map overlay
Hi, I wonder if it is possible with the graphics package to overlay one or several plots (barplots, for example) over a map. Data for the map is in a data frame with the latitude and longitude coordinates, and then: > plot(map$long, map$lat, type ="l") produces the map. I want to put each barplot in specific locations on the map, namely at the center of "statistical
2008 May 29
1
shorewall & ipsec rules with "FORWARD:DROP" packets
I have been working really hard configuring and researching very extensively, trying to figure why we are getting "Shorewall:FORWARD:DROP" packets. IPSEC works just fine without the iptable rules created by our shorewall configs but when starting shorewall and creating the iptables I noticed the packets are dropped. I know it is a config situation but I am totally racking my brain as