Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2004 09:26:00 +0100
From:      Michael Nottebrock <michaelnottebrock@gmx.net>
To:        Derrick Edwards <dantavious@comcast.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: SKYPE Sound Problems
Message-ID:  <200412180926.15363.michaelnottebrock@gmx.net>
In-Reply-To: <200412172020.49193.dantavious@comcast.net>
References:  <200411211341.10072.dantavious@comcast.net> <200412171240.15032.krinklyfig@spymac.com> <200412172020.49193.dantavious@comcast.net>

next in thread | previous in thread | raw e-mail | index | archive | help
--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--



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