From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 03:43:21 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 8E0C316A4CE for ; Sun, 12 Sep 2004 03:43:21 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A2D543D4C for ; Sun, 12 Sep 2004 03:43:21 +0000 (GMT) (envelope-from m.hauber@mchsi.com) Received: from [10.51.10.3] (12-219-204-133.client.mchsi.com[12.219.204.133]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20040912034320m9200029ade>; Sun, 12 Sep 2004 03:43:20 +0000 From: Mike Hauber To: freebsd-questions@freebsd.org Date: Sat, 11 Sep 2004 23:42:12 -0400 User-Agent: KMail/1.7 References: <200409121304.54335.malcolm.kay@internode.on.net> In-Reply-To: <200409121304.54335.malcolm.kay@internode.on.net> X-Copyright: 2004, Michael C. Hauber. All rights reserved. X-Notice: Duplication, modification, and/or redistribution are prohibited without proper consent from the author. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409112342.12403.m.hauber@mchsi.com> Subject: Re: Playing .au sound files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: m.hauber@mchsi.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2004 03:43:21 -0000 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 Mike