Displaying 10 results from an estimated 10 matches for "implementetation".
Did you mean:
implementeation
2006 Mar 01
3
Voice Activation Level (speex 1.1.11.1)
Sorry.
I forgotten the words volume or loudness.
But it is know as microphone stroke too, i think.
If something can tell me something about that
procedure it would complete my pleasure.
To bring back memories,
i only wanted to know wheather i can change a
variable that holds the sound intensity (loudness)
needet to start "encoding >> sending" if the speex codec
is in voice
2006 Mar 02
0
Voice Activation Level (speex 1.1.11.1)
What you want is simply a loudness threshold-based detector. It's not
very complicated to do, but there's nothing in Speex that currently does
that (not that I think it's really useful in practice).
Jean-Marc
Le jeudi 02 mars 2006 ? 04:26 +0100, Lis a ?crit :
> Sorry.
>
> I forgotten the words volume or loudness.
> But it is know as microphone stroke too, i think.
>
2003 Mar 06
0
New option for ssh-keygen
Hi there,
because I needed to automate the generation of keys in a background process without user interaction I implementet a new option -o. If this option is set an existing key will be replaced without a question to the user.
Could you please check if this option can be used for forthcoming versions of openssh?
Thanks in advance.
J?rg Jans
-------------- next part --------------
An HTML
2006 Mar 01
2
Voice Activation Level (speex 1.1.11.1)
I havent had found anything in the documentation about voice activation levels.
Does i can change a variable to change the accuracy for activations?
If not does the speex lib already implement a function for read out the
sound level of a frame?
Thanks for the advance.
Lis (Louis Hoefler)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Mar 03
0
Fw: Voice Activation Level (speex 1.1.11.1)
I done it
speex_preprocess_ctl(sppPreprocess, SPEEX_PREPROCESS_GET_PROB_START,
&g.s.VADstart);
speex_preprocess_ctl(sppPreprocess, SPEEX_PREPROCESS_GET_PROB_CONTINUE,
&g.s.VADcontin);
/*char *lisDebugCh = (char*) malloc(20);
int decimalFcvt, signFcvt;
static int firstDebug = 1;
lisDebugCh = gcvt(g.s.VADstart, 20, lisDebugCh);
if(firstDebug == 1)
{
::MessageBoxA(NULL,
2006 Mar 02
0
Voice Activation Level (speex 1.1.11.1)
Lis,
I suggest you try tweaking Speex's VAD probabilities as Steve suggested.
But consider a simple threshold-based approach as a backup option.
Personally, I struggled with Speex's VAD algorithms (both encoder and
preprocessor) for a long time, tweaked the probabilities, wrote special
case code to work around the mistakes, and was still never satisfied
with the results. In times
2006 Mar 02
0
Voice Activation Level (speex 1.1.11.1)
Hi...Tom,
How to use the code you written?
Can you show me some example?
Thanks,
-----Original Message-----
From: speex-dev-bounces@xiph.org [mailto:speex-dev-bounces@xiph.org] On =
Behalf Of Tom Grandgent
Sent: Friday, March 03, 2006 12:57 AM
To: Steve Kann; Lis
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Voice Activation Level (speex 1.1.11.1)
Lis,
I suggest you try tweaking Speex's
2006 Mar 03
0
Fw: Voice Activation Level (speex 1.1.11.1)
I implemented the calcPower().
It works perfectly.
The example is given you in just about 6 hours.
Cant paste the whole source here and need to
meet someone now.
Thanks all (particulary tom).
I try to figure out whitch problem exists with the
#define SPEEX_PREPROCESS_SET_PROB_START 14
theese days
----- Original Message -----
From: "¼Õ½Â¿ø" <ssw0725@ncsoft.net>
To: "Tom
2006 Nov 21
2
Statistical Software Comparison
Hi R users:
I want to know if any of you had used
Stata or Statgraphics.
What are the advantages and disadvantages with
respect to R on the following aspects?
1. Statistical functions or options for advanced
experimental design (fractional, mixed models,
greco-latin squares, split-plot, etc).
2. Bayesian approach to experimental design.
3. Experimental design planing options.
4. Manuals
1997 Dec 04
11
/etc/passwd - Domain Controller Synchronization
Hello,
I don't know much about Samba so forgive me if this is a stupid question.
I'm currently working on a project for a client that relies on Unix machines
for their main applications. Access to Unix applications is done through
terminal emulation (vt 100) on Windows PCs.
We are implementing a Windows NT network for file an print sharing and to
support SMS. One of the goals of the