Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 1996 02:48:27 -0500 (EST)
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        multimedia@freebsd.org
Subject:   Patch to the compressor
Message-ID:  <199611140748.CAA00342@dyson.iquest.net>

next in thread | raw e-mail | index | archive | help
Well, there is an initialization problem with the compressor, and
I had simply lived with it...  Here is a diff, and it will make
it start up more sanely:


*** audcomp.c	1996/11/14 07:16:34	1.1
--- audcomp.c	1996/11/14 07:45:54
***************
*** 174,177 ****
--- 174,178 ----
  	cs->rpeaklimitdelay = 0;
  	cs->ndelayptr = 0;
+ 	cs->lastrgain = 1.0;
  	for(i=0;i<NFILT;i++)
  		cs->rlevelsqn[i] = 0;

John



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611140748.CAA00342>