similar to: Benchmark for speex

Displaying 20 results from an estimated 40000 matches similar to: "Benchmark for speex"

2007 Jul 05
2
sampling rate in speex
Hi, I am trying to use speex for online speech compression in my application code. I wanted to know the bits per sample for 8khz sampling rate. Presently i am using 16 bits/ sample, is it alright? -- Bhushan
2010 Feb 04
1
wav to speex conversion
Hi we have urgent requirement on WAV to SPEEX conversion Can you plz provide extra information how to proceed , we want to integrate speex encoder into our c++ code plz let me know Thanks Aparna -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20100204/0cf5f827/attachment.htm
2010 Mar 28
3
Need help in speex..
Hi I am using Jspeex for my project which requires compression of audio in realtime..so far i managed to capture sound using java's sound.The capturing format i use is 8 bit 8khz ,stereo pcm.The captured sound is buffered and fed to encoder.Its fed to decoder,whose output is again buffered for sometime.But when i try to play it back i could hear sound only in right channel.Left channel is
2005 Sep 21
2
Speex and Builder
Le jeudi 22 septembre 2005 ? 08:19 +0800, Joe Anny a ?crit : > Thanks, Jean for the clarification. My first name's Jean-Marc, not Jean... > I look forward to delving into your tutorial codes. What we hope is to use > Speex as the primary voice codec. We also hope to get a quick start into > the programming aspects with buffer management, denoising, etc. taken care > of (or
2010 Apr 03
1
Speex API when Executing giving --->* *Access Violation
I am not clear, How to do can u tell exactly tell me wat to do ??? Plz Thanks Aparna On Sat, Apr 3, 2010 at 5:53 PM, Jean-Marc Valin < jean-marc.valin at usherbrooke.ca> wrote: > > > On 2010-04-03 04:47, Nikki Appu wrote: > >> >> Hi Jean , >> >> ( You can obtain a BSD license by printing the header of most of the >> CELT source >> code
2010 Mar 30
1
Need help in speex..
Hi, Vipin, What you're going to want to do here is convert your 8-bit stereo samples into 16-bit mono samples and back again when you're done(*). What you are actually doing here, it sounds like, is feeding 2 8-bit mono samples into Jspeex, which expects 16-bit mono. So, the most-significant-byte is in the right channel, and more or less gets encoded/decoded properly, but the
2008 May 23
2
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
Fabio Pietrosanti (naif) wrote: > i am not criticizing the technology itself, but the fact that from the > point of view of the implementator that need to make a technological > choice while selecting a codec to be used for a mobile multimedia > application, speex does not provide affordable informations on > "supported platform".
2010 Apr 01
2
Speex API when Executing giving --->* *Access Violation
Hi I am trying to use the code from Sampleenc.c program after Installing speex on my system I am able to Link libspeex.lib to my win32 console application but when calling speex_encoder_init(&speex_nb_mode); speex_encoder_ctl API and also other basic encoder initializing APIs its compiling properly , *when
2005 Sep 21
1
Speex and Builder
Hi, We are planning to use Speex as the speech codec for a VoIP application. 1) May I know how Speex compared with GIPS codec? It seems that Google, Yahoo, and Skype are licensing from GIPS. Are there any good benchmarking or fair comparisons? 2) In particular, how is the jitter buffer control for Speex in response to intermitent poor connection hiccups? Is it robust enough to smooth out
2008 Jan 17
1
Speex on ARM966
Hello everybody, I'm working on implementing the speex codec on ARM966E @ 96Mhz. For the encoding I found that 20ms of sample voice takes 13ms to be encoded. The goal of my project is to built an VoIP application based on ARM966E but with the actually performance it's not possible :( My question is what is approximately the speex encoding time with narrowband mode on ARM9 (ARM926 or
2010 Apr 01
2
Speex API when Executing giving --->* *Access Violation
Hi Jean, Thanks for the Information , How to Get that BSD License ?? I am working on Win32 Console Application ( VS 2005 ) What type of license Needed ?? How to get it ?? Plz Help Thanks Aparna 2010/4/2 Jean-Marc Valin <Jean-Marc.Valin at usherbrooke.ca> > Quoting Nikki Appu <appu.nikki at gmail.com>: > > Does Speex API need any License to use in our code ??? >
2010 Apr 03
2
Speex API when Executing giving --->* *Access Violation
Hi Jean , ( You can obtain a BSD license by printing the header of most of the CELT source code files. ) How to obtain BSD License for my win32 console application ? ( printing the header of most of the CELT source code files. ) Can u explain in detail Unfortunately i didnt understand the printing header of sx code .... Ur Help will greatly appreciable Thanks Aparna 2010/4/2 Jean-Marc
2007 Oct 29
1
help regarding <voice to text>
Hi Keith, Thanks a lot for your reply. Actually I am trying to build an application in linux & C for converting a voice file(that is WAV) to a text message. This is required for one of our voice project. So just wanted to know if there is any existing application already there in linux to do that. Otherwise I have to write my own. Now to right my own "wav to text" converter I
2008 May 23
3
Speex realtime encoding/decoding "Real world" usage for Windows Mobile / Symbian device
hi all, I can claim that our hotfoon service has run millions of mobile voip minutes using speex on mobile and desktops. it works! earlier you needed more powerful cpus (until the integer port), however now the cpus are much faster and the code complexity is much lower. my only regret is of not being able to write some demo apps for speex on win mob. I will surely deliver it in june to settle this
2005 Oct 17
1
Speex Example Build for TI DSP C54x C55x C6x DSPs
The attached file contains build files for TI's Code Composer Studio (CCS) for the C54x, C55x, and C6x DSPs. I had intended to post this a couple of months ago, but it took a long time to get around to doing the little bit of cleanup required. This is a file I/O loopback application suitable for running with the CCS simulators, for evaluating memory and MIPs requirements for these
2006 May 10
1
frame size
hi, basically I am anyway using GMM based parametric VQ for LSF quantization so that is not a problem. Can you plz. tell me how to retrain the pitch codebook and innovation codebook. what are the tools to train the pitch and innovation codebook? Regarding the pitch prediction for high-band, I understand your reason of not using it for high-band. There is one paper, "A 14 kb/s wideband
2009 Apr 21
1
newbie qs. how to seek to a point in the Speex file?
Although this actually pertains to JSpeex, I am asking these questions here because they are general questions and also the JSpeex project does not seem to be supported any more. 1) Can the duration of the clip be stored in it? Page 24 here http://www.speex.org/docs/manual/speex-manual.pdf describes the format, but I could not see where the duration of the clip is stored. 2) Since the Speex
2005 Sep 20
2
Speex and Builder
> Obviously this is Jean-Marc's decision and I'm not telling > him not to support this compiler. I am however pointing > out that this compiler is yet more work for very little > payoff. In the case of my project, the proponent of C++ > Builder sent me a huge, monsterously ugly and totally > unmaintainable patch to add C++ Builder support. Needless > to say, that
2017 Apr 19
3
help
Dear Team I have faced issue with email downloading in the email client by using pop3 SSL port 995 in dovecot v2.1.17 for outlook client 2016 on production environment. As per my troubleshooting on my test environment, I have upgraded dovecot version v2.2.28, and changed paramer "ssl_dh_parameters_length = 2048" and "verbose_ssl = yes", The issue seems to be resolved in
2005 Apr 01
2
Speex for the Intel XScale with WMMX.
Jean-Marc, At 08:12 PM 4/1/2005, Jean-Marc Valin wrote: >I'm not even sure what WMMX is, This is just a short name for the MMX/SSE extensions/intrinsic functions for the intel XSCALE processors. Most of the WMMX instructions have MMX/SSE equivalents, plus there are a few other interesting functions. We have been thinking about doing WMMX optimizations of the various speex asm functions,