atom feed1 message in org.freebsd.freebsd-multimediaPatch to the compressor
FromSent OnAttachments
John S. DysonNov 13, 1996 11:48 pm 
Subject:Patch to the compressor
From:John S. Dyson (to@dyson.iquest.net)
Date:Nov 13, 1996 11:48:07 pm
List:org.freebsd.freebsd-multimedia

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