From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 04:13:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CECE16A4CF for ; Sun, 12 Sep 2004 04:13:51 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id A150443D41 for ; Sun, 12 Sep 2004 04:13:50 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp137-243.lns1.adl2.internode.on.net [150.101.137.243])i8C4Dm4Y049398; Sun, 12 Sep 2004 13:43:49 +0930 (CST) From: Malcolm Kay Organization: at home To: m.hauber@mchsi.com, freebsd-questions@freebsd.org Date: Sun, 12 Sep 2004 13:44:00 +0930 User-Agent: KMail/1.5.4 References: <200409121304.54335.malcolm.kay@internode.on.net> <200409112342.12403.m.hauber@mchsi.com> In-Reply-To: <200409112342.12403.m.hauber@mchsi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409121344.00742.malcolm.kay@internode.on.net> Subject: Re: Playing .au sound files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 04:13:51 -0000 On Sun, 12 Sep 2004 01:12 pm, Mike Hauber wrote: > On Saturday 11 September 2004 11:34 pm, Malcolm Kay > > proclaimed: > > I'm looking for a command line utility to play .au > > sound files. > > > > The sound system seems to work. I can play .au > > files successfully through kaboodle on kde but > > this is rather an overkill (and I don't normally run > > kde). > > > > Surely there is a simple utility to take a .au file > > and spit it out as sound. I've looked through the ports > > (and installed a number) but not yet found what I'm > > looking for - or I've failed to use them correctly. > > > > Malcolm > > try the cat command... > > IE$ cat sound_file.au > /dev/audio > Thanks Mike, but I already tried that. Something comes out but it is all over very quickly and nothing like I expect, or what kaboodle puts out. % waveplay -B 8 -C 1 -S 8000 soundfile.au sort of works but the quality is poor and it tries to present the header as sound. Malcolm