From owner-freebsd-ports@FreeBSD.ORG Sat Dec 18 08:26:25 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B284116A4CE for ; Sat, 18 Dec 2004 08:26:25 +0000 (GMT) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 98F1343D31 for ; Sat, 18 Dec 2004 08:26:24 +0000 (GMT) (envelope-from michaelnottebrock@gmx.net) Received: (qmail invoked by alias); 18 Dec 2004 08:26:23 -0000 Received: from pD955F8E0.dip.t-dialin.net (EHLO lofi.dyndns.org) (217.85.248.224) by mail.gmx.net (mp002) with SMTP; 18 Dec 2004 09:26:23 +0100 X-Authenticated: #443188 Received: from kiste.my.domain (kiste.my.domain [192.168.8.4]) (authenticated bits=0) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id iBI8QIeH045871 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Sat, 18 Dec 2004 09:26:19 +0100 (CET) (envelope-from michaelnottebrock@gmx.net) From: Michael Nottebrock To: Derrick Edwards Date: Sat, 18 Dec 2004 09:26:00 +0100 User-Agent: KMail/1.7.2 References: <200411211341.10072.dantavious@comcast.net> <200412171240.15032.krinklyfig@spymac.com> <200412172020.49193.dantavious@comcast.net> In-Reply-To: <200412172020.49193.dantavious@comcast.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3126944.BldtxPvnh8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200412180926.15363.michaelnottebrock@gmx.net> X-Virus-Scanned: by amavisd-new X-Y-GMX-Trusted: 0 cc: Joshua Tinnin cc: "Alexander@Leidinger.net" cc: freebsd-ports@freebsd.org Subject: Re: SKYPE Sound Problems X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 08:26:25 -0000 --nextPart3126944.BldtxPvnh8 Content-Type: multipart/mixed; boundary="Boundary-01=_Zm+wBIGdcdSb0cb" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_Zm+wBIGdcdSb0cb Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Saturday, 18. December 2004 02:20, Derrick Edwards wrote: > On Friday 17 December 2004 03:40 pm, Joshua Tinnin wrote: > > Hey guys think I broke something. I rebooted machine and now when playing > songs I am getting a slight lag in the artist voices. Not the very slowed > down demon voice but still annoying:) Known bug. Apply the attached patch (cd /usr/src; patch < vchan-patch),=20 recompile kernel, should fix things. =2D-=20 ,_, | Michael Nottebrock | lofi@freebsd.org (/^ ^\) | FreeBSD - The Power to Serve | http://www.freebsd.org \u/ | K Desktop Environment on FreeBSD | http://freebsd.kde.org --Boundary-01=_Zm+wBIGdcdSb0cb Content-Type: text/x-diff; charset="iso-8859-1"; name="vchan-patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="vchan-patch" --- sys/dev/sound/pcm/vchan.c.orig Tue Feb 10 23:20:09 2004 +++ sys/dev/sound/pcm/vchan.c Tue Feb 10 23:20:19 2004 @@ -273,7 +273,7 @@ err = chn_reset(parent, AFMT_STEREO | AFMT_S16_LE); if (err) printf("chn_reset: %d\n", err); - err = chn_setspeed(parent, 44100); + err = chn_setspeed(parent, 48000); if (err) printf("chn_setspeed: %d\n", err); } --Boundary-01=_Zm+wBIGdcdSb0cb-- --nextPart3126944.BldtxPvnh8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBw+mnXhc68WspdLARAvKEAKCdj8Q5wuylDTBtsHDPNr3P9+9oBACfVkUr 2uOxY5DGeD5bbziKhLrobBk= =kEw5 -----END PGP SIGNATURE----- --nextPart3126944.BldtxPvnh8--