From owner-freebsd-multimedia@FreeBSD.ORG Tue Jan 30 11:17:50 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AB96816A402 for ; Tue, 30 Jan 2007 11:17:50 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 0235113C471 for ; Tue, 30 Jan 2007 11:17:49 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 30 Jan 2007 11:17:48 -0000 Received: from h081217095052.dyn.cm.kabsi.at (EHLO taxman.pepperland) [81.217.95.52] by mail.gmx.net (mp047) with SMTP; 30 Jan 2007 12:17:48 +0100 X-Authenticated: #16703784 From: Stefan Ehmann To: Alexander Leidinger Date: Tue, 30 Jan 2007 12:17:46 +0100 User-Agent: KMail/1.9.5 References: <200701250027.02015.shoesoft@gmx.net> <8103ad500701270728k1d04eb13jcfb9b4bf09304ae2@mail.gmail.com> <20070128144543.4e62c6ba@Magellan.Leidinger.net> In-Reply-To: <20070128144543.4e62c6ba@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701301217.47400.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: freebsd-multimedia@freebsd.org Subject: Re: envy24 sound quality problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 11:17:50 -0000 On Sunday 28 January 2007 14:45, Alexander Leidinger wrote: > Quoting "Konstantin Dimitrov" (Sat, 27 Jan 2007 17:28:51 +0200): > > "spicds_setdvc(ptr->info, 0);" turns on the AK452X De-emphasis filter > > for 44.1KHz, which is very very wrong, so "spicds_setdvc(ptr->info, > > AK452X_DVC_DEMOFF);" is completely right and without active AK452X > > De-emphasis filter the high-frequencies will be present and the > > problem is fixed. > > > > thank you, Stefan, well done! > > > > i also made the necessary change to the current code here: > > http://envy24.svobodno.com/driver/envy24/current/ > > Anything to commit? Should definitely be committed (if Konstantin agrees). He also changed this in envy24ht.c which basically uses the same code. With this fix, spectrum analysis of the snd_envy24 output looks (practically) identical to the output of the win/opensound driver. Stefan