similar to: VAD algorithm ?

Displaying 20 results from an estimated 3000 matches similar to: "VAD algorithm ?"

2004 Aug 06
2
mixing N sounds together...
I have a simple question: I want to mix N samples of 20ms into one sample of 20ms...is the algorithm above exact? : short inputsamples[160][N]; short outputsample[160]; int i,j; for(i=0;i<160;++i){ outputsample[i] = 0; for(j=0;j<N;++j){ outputsample[i] += inputsample[i][j]; } outputsample[i] /= N; }
2004 Aug 06
1
Sub Vector Quantization of Innovation
Hi I am a student and working on Speech Coding and Speex. I just want to know where to get the document describing subvector quantization of innovation. Is there any document which can help me know how C code works or any paper exactly explainin the idea? regards Faisal __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger.
2006 Dec 05
1
Odd GTK-Window-Decorator bug
In the latest git compilation by gandalfn for his repositories, I receive an odd error regarding non-window items; but only under gtk-window-decorator. All non-window items (including panels, drop-down menus, etc.) have about a 10pixel "system color" stroke effect in place of the drop shadow, or what have you. This is experienced currently under Feisty Fawn testing, afaik. Latest
2004 Aug 06
2
echo cancellation for analog lines
Hi, I am currently working on a thin-client "low-cpu" usage telephone application. The current setup is that you can make phonecalls using an alsa supported usb headset and a smartlink based usb modem (a sweex usb modem, which -in large quantities- goes for 17.95 euro's) for analog lines. Unfortunately, it is really made as a modem and not for audio purposes, so, there is a pretty
2006 Jun 28
7
French accent under wine
Hi everybody ! I have a fresh OpenSuse 10.1 linux installed in french, i use a french keyboard ... accent (like ?,?) doesn't work with application launch under wine .. how could resolv that ? Thanks -- Michael
2006 Jun 07
7
Internet Explorer 6 Setup & A
--- James Hawkins <truiken@gmail.com> wrote: > Please try running ie6setup.exe from your home > directory and report back. An interesting development: Running it from the home directory didn't help, but running it, letting it fail, then running it again works (regardless of location). The installer finishes ok, and places all the files in Program Files/Internet Explorer.
2005 Mar 02
1
General pre-processing prior to feeding sound to speex.
Hi, I have speex running as a part of a voice conferencing app. Well, one under development anyway. I'm running VBR at quality 3 and get a "hissy-squelchy" background noise. This is fine, kinda, because the internal microphone in the laptop picks up hiss, the sound of the (actually very quiet) hard drive and generally speaking is of less than exemplary quality. To help
2004 Jan 13
1
samba 3 accented names case mangling with win 98
Hi all, banging my head on the wall here... I think I'll never really understand codepages stuff. smbd is v 3.0.1, client is french win98 - yuk my smb.conf reads: unix charset = UTF-8 display charset = UTF-8 dos charset = CP850 when I create a folder/file with accents in it, I can create it ok, but reading proves impossible. If i create file ??????, it shows ok in the file explorer
2004 Aug 06
5
Some queries
An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20040715/b3253d77/attachment.htm -------------- next part -------------- ? Hi, I have some queries: I am using speex in Windows platform. 1. I am having some problem with the speex,for input 8KHz,8bits/sample mono stream i am getting output as 8KHz, 16bits/sample mono stream. I would like to know
2006 Oct 04
2
Trouble with wine 0.9.21
Hi everyone, This is my first post to the list, and I'm not too experienced with wine, so please excuse my ignorance. I've tried to install a pc suite for my sony ecrisson phone. Its called MyPhoneExplorer[1]. First of all I attempted to install the latest version 1.4.5. That bombs fairly quickly with the following message: wine: Unhandled page fault on read access to 0x00000001 at
2006 Jun 13
8
MS Access2000 does not work fine
Dear All I am using Wine 0.9.15 on Fedora Core 5 in connection with WineTools. However, when I create a new database on MS Access (from MS Office2000), I get the following error: "The Dynamic Link Library msjet40.dll could not be located". So, I cannot use MS Access under Wine. Any ideas? Thanks in advance, Paul
2004 Aug 06
0
Kindly help me with VAD activation
Hi, I had the same experience. The VAD done in the encoder does not seem to work very well at all. However, the VAD done by speex_preprocess() works much better. You will also get better results if you enable the denoiser, I think. peex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_DENOISE, &denoise_enabled); speex_preprocess_ctl(preprocess, SPEEX_PREPROCESS_SET_VAD,
2004 Aug 06
1
speex and thread question.
Hy, I'm writing a application using speex. This app have two threads one is encoding the other one decoding using speex. I dont know why but I got segfault on some systems. If I juste take off one of the thread like encoding and lauchin the decoding part in a thread and the application is still segfaulting. But if I just launch the decoding process with out a thread every thing is going
2005 Jun 19
3
ADS member server w/ winbind on debian sarge
ok, i've been buggering on and off with this for way too long now. I'm just plain stuck. The objective is to get full authentication working for a samba machine by integrating it into and existing AD system as a member server. The domain is windows 2003, in native mode. There are two domain controllers. The samba box is running debian sarge, using only the official sarge packages.
2011 Apr 06
2
a strange doveadm behavior
hi timo very very good job you realize for the community here I have a very strange problem with doveadm I actually use a configuration file parameters in which the parameters are placed carefully My problem appears when I run this command doveadm expunge -A mailbox Trash savedbefore 30d i post command and result to the terminal [fakessh at r13151 ~]$ doveadm expunge -A mailbox Trash savedbefore
2003 Aug 26
2
French Translation of the Shorewall Setup Guide
Thanks to Fabien Luciole, there is now a French version of the Shorewall Setup Guide (http://shorewall.net/shorewall_setup_guide_fr.htm). Thanks Fabien!!! -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net
2006 Jan 30
1
cdrom dvd access
To run programs which are needing access to cdrom or dvd, I have to create a link between .wine/dosdevices/ and the directory where the cdrom or/and the dvd actually are. Can someone describe how I could create this link? George -- DSL-Aktion wegen großer Nachfrage bis 28.2.2006 verlängert: GMX DSL-Flatrate 1 Jahr kostenlos* http://www.gmx.net/de/go/dsl
2005 Nov 02
3
Printing under wine
Hi, Bit of a newbie here, I've checked the FAQ, and some srchives, but haven't found an answer. I have a Windows DTP application, which runs quite well under wine 9.0 (Mandriva Linux 2005SE), but when tryimg to print, dumps with a stack backtrace. So I thought I'd try printing from the wine-supplied notepad; this doesn't even come up with a printer list. I can't believe
2006 Jan 23
2
how to install internet explorer
Hi, The wine is new to me. I want to install internet explorer using winetools. there are always errors. It seems the winetools were tested on wine 9.0, but my wine is wine-0.9.6-1.fc4. any advice?? Thanks Yuandan
2006 Mar 19
1
For developers and users
Hi folks... WineHQ web-site isn't exaustive about "contributing to localized versions of Wine". [quote] "If you're willing to register for work on a certain language, then please sign up with us!" [unquote] OK... How? However, I (hopefully) post my work here. I wrote a WINE-xx/dlls/shell32/shell32_xx.rc in Esperanto and I updated the italian one. Regards