similar to: About myJoice

Displaying 20 results from an estimated 50000 matches similar to: "About myJoice"

2010 Apr 12
3
About speex quality
Hi Who can give me list of companies or VoIP product strongly based on speex? I want to know whether it is good enough for real enviroment like packet losing etc.. Regards bay
2006 Feb 03
0
Leaking audio and AGC/VAD
Hi, The leakage problem you describe is very, very common and you will need to do something to address it. I modified the version of Speex I use to implement an adjustable max gain. If you look at speex_compute_agc in preprocess.c, you will see: if (agc_gain>200) agc_gain = 200; This max of 200 is usually more than enough to amplify leakage which occurs either in the sound
2004 Aug 06
2
Some questions
Hi, I might have written to this mailing list previously about this but I've been experiencing some mailing problems so I write this again. First of all, thanks Jean-Marc Valin for your continued efforts on speex. I must say that I am very impressed with Speex and further more the innovative features recently added in 1.1. They have worked great for me. Question 1) What is the return value
2008 Feb 01
2
Speex memory usage?
Hello Mailing List, I am a Speex supporter and user that would really like to know how much memory Speex uses to decode a 8kHz, 16kHz and 32kHz (primarily the 8kHz) and is it possible to use a 1kBytes of RAM to decode a 8kHz stream? (I was thinking of the possibility of using a ATmega168 to decode Speex) //P?r, Sweden
2006 Feb 03
0
Leaking audio and AGC/VAD
Hi, I am working on a VOIP implementation were one of the key design goals is zero user configuration. Similar to Skype. What I've come to notice is that my soundcard (NForce4 based) leaks audio from the playback path to the recording path. This is probably not unique for my hardware at all and will happen on some percentage of all users of my software. (All of this is Win32) What happens is
2008 Aug 21
1
Echo Cancellation, what format does the .sw files have
Hi I'm debugging why echo cancellation does not work in my app using the DUMP_ECHO_CANCEL_DATA flag. What format does the data I receive have, looks like 16bit integers just dumped but when plotting it in MATLAB I do not get a raw audio data signal I expected. Kind Regards //Gunnar Gunnar Karlsson HotSwap Stockholm AB Landsv?gen 39| SE-172 63 Sundbyberg, Sweden Mobile +46 739
2014 Feb 07
0
Speex-dev Digest, Vol 115, Issue 2
Hi, Rhett, echo_diagnostic.m can produce an echo canceled file along with the possible warning messages. Can it cancel the echo properly? It may announce the "Drift estimate is ..." message if the recorded sound contains not only echo but also other sound like a near-end speech. In other cases, it may truly indicate a mismatch of the sampling frequency. Regards Kaiyu On Thu, Feb 6,
2005 Oct 14
0
Steganographic extension to Speex
> I am planning on creating a steganographic extension for speex/CELP. > Since speex/CELP is lossy, there should be quite many bits that one > can use for hiding data. Quite the opposite. Speex uses very few bits, so every bit you corrupt is likely to be heard. You would need to use "fractions of bits" at a time. Even then, it may be hard to hide data efficiently (so it's
2005 Jun 09
0
Comparison
> I am asking this because it is believed that Skype is using some iLBC and > iSAC since GlobalIPSound listed Skype as a partner. I think (from what I've heard) that's what Skype uses. I have no idea how iSac sounds because it's proprietary and I've never used Skype. Jean-Marc > > Thanks, > Joe > > -----Original Message----- > From: Jean-Marc Valin
2016 Apr 19
0
Cannot compile speexdsp 1.2rc3 on ARM64
Hi I'm new to speex list but joined because I'm needing to port the Neon to ARM64. On that function, saturate_32bit_to_16bit(), I noticed the ifdef's are wrong. The first version is for normal arm 32 bit arm and should be used for arm32 and thumb2 but not thumb1. The second version is 32 bit neon and should be #ifdef __ARM_NEON__ I've done a third version which is 64 bit neon.
2011 Dec 07
0
回复: 回复: (no subject)
I'll try to explain. I want to create dll with only one function "Encode" that will encode file to speex format. In my application I will use this function from 16 threads, if it will work correct? 2011/12/6 ???. <xialonghua at vip.qq.com> > > ** > two thread send frames to only encoder at same time,two thread will use > one buffer > .it will work wrong if not
2016 Aug 09
0
Cannot compile speexdsp 1.2rc3 on ARM64
anyone know how to get the aarch64 fork pulled into the mainline speexdsp? The code is provided in the bug report https://github.com/xiph/ speexdsp/issues/7 On Fri, Jul 29, 2016 at 5:21 PM, Frank Barchard <fbarchard at google.com> wrote: > I've filed a bug for aarch64 > https://github.com/xiph/speexdsp/issues/7 > > and provided the port in a fork with a pull request. We
2004 Aug 06
1
Speex, what container?
But using the ACM codec I just need to put the speex content into the wave file data chunk and then windows will play it? Miguel Gomes -----Mensagem original----- De: owner-speex-dev@xiph.org em nome de Matthias Granberry Enviada: qui 04-03-2004 11:53 Para: speex-dev@xiph.org Cc: Assunto: Re: [speex-dev] Speex, what container?
2016 Jul 30
2
Cannot compile speexdsp 1.2rc3 on ARM64
I've filed a bug for aarch64 https://github.com/xiph/speexdsp/issues/7 and provided the port in a fork with a pull request. We need someone to review/merge in the pull request? It provides the source code, but my testing was under Android builds, so there would be some configure changes needed to build it stand alone. On Tue, Apr 19, 2016 at 4:32 PM, Frank Barchard <fbarchard at
2009 Jul 28
1
Xiph.Org, IETF75, a BoF, and some royalty free codecs
Hi folks, here's a press release (yes, sorry, sorry) regarding what's going on with Xiph at the current IETF meeting. Every time we're asked 'why haven't you standardized any of your codecs through the IETF?' we explain that we've been trying for coming up on ten years. This release is about the latest step. If we (along with the other companies supporting
2011 Dec 07
1
回复: 回复: 回复: (no subject)
Hi, i think it will work correct.when one thread use encode,the others wait for. in java, i think we can do like this: synchronized (Encode) { Encode.encode(short[] in, byte[] out); } In the doc of speex: it says the speex is not thread-safe. ------------------ ???? ------------------ ???: "????? ?????????"<romius99 at mail.ru>; ????: 2011?12?7?(???) ??4:00 ???:
2005 Jan 04
0
different output for opt/non-opt on win32 platform
Le mercredi 05 janvier 2005 ? 13:37 +0800, tunkeat a ?crit : > thanks Jean for the codec. My first name's Jean-Marc BTW :-) > I am new to speech coding. Am interested to implement > speex on a TI dsp, say C54. I think I've heard someone was working on that before... > just downloaded speex v 1.1.6. > when I removed optimisation flags for win32 in libspeex.dsp, >
2010 May 11
0
AEC - Echo is cancelled however.....
Marco, Thank you for your response. Is there a way I can determine if the synchronization is perfect or not? If not by how much it is off. - Elston -----Original Message----- From: Marco Pierleoni [mailto:pierleoni.m at gmail.com] Sent: Monday, May 10, 2010 3:46 PM To: Elston Sa Subject: Re: [Speex-dev] AEC - Echo is cancelled however..... Hi Helton, it is now several months that I am using
2009 Feb 25
0
Vorbis-/Speex-Audio for Movie-Archiving
Hi everyone, I have been using vorbis for ages as audio codec for archiving movies and I have always been happy with it, but now I have been thinking about two things: I) Multi-channel Up until now I mostly encoded to stereo; now I am thinking of encoding more movies to 4.0 or 5.1. I heard that vorbis does not optimize for channels > 2, i.e. that 6 channels is just stereo*3. AAC is
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