From owner-freebsd-stable Thu Jun 15 18:45:38 2000 Delivered-To: freebsd-stable@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id 18E5537BA65 for ; Thu, 15 Jun 2000 18:45:30 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (doconnor@cain [203.38.152.97]) by cain.gsoft.com.au (8.8.8/8.8.8) with ESMTP id LAA02738; Fri, 16 Jun 2000 11:15:14 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20000615125157.U79778@bushong.net> Date: Fri, 16 Jun 2000 11:15:14 +0930 (CST) From: "Daniel O'Connor" To: David Bushong Subject: RE: esound borken (was: crunchy sound with newpcm) Cc: freebsd-stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 15-Jun-00 David Bushong wrote: > routines or something (not sure how that works). xmms works fine when you > use its OSS driver instead of the esound one, and auplay and the other NAS > utils work fine. esdplay on anything is crunch. So now the question is, > what's wrong with esound? I really liked the functionality. Cameron Grant posted a patch to me and I forwarded it to -multimedia.. I can't find it but if you do 'make configure' in the audio/esound directory then edit the audio_oss.c file and find 'fcntl(afd, F_SETFL);' and change it to 'fcntl(afd, F_SETFL, mode);' FYI when you run an application which uses esound and the daemon isn't running, the library runs it. (with -once AFAIK) --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message