From owner-freebsd-questions@FreeBSD.ORG Sun Sep 12 11:04:33 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 7477D16A4CE for ; Sun, 12 Sep 2004 11:04:33 +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 BDA3343D46 for ; Sun, 12 Sep 2004 11:04:32 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp137-243.lns1.adl2.internode.on.net [150.101.137.243])i8CB4T4Y054293; Sun, 12 Sep 2004 20:34:29 +0930 (CST) From: Malcolm Kay Organization: at home To: Neo-Vortex Date: Sun, 12 Sep 2004 20:34:40 +0930 User-Agent: KMail/1.5.4 References: <200409121304.54335.malcolm.kay@internode.on.net> <200409121751.18512.malcolm.kay@internode.on.net> <20040912182851.K38422@Neo-Vortex.Ath.Cx> In-Reply-To: <20040912182851.K38422@Neo-Vortex.Ath.Cx> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200409122034.40956.malcolm.kay@internode.on.net> cc: Peter Ulrich Kruppa cc: freebsd-questions@freebsd.org 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 11:04:33 -0000 On Sun, 12 Sep 2004 05:59 pm, Neo-Vortex wrote: > On Sun, 12 Sep 2004, Malcolm Kay wrote: > > On Sun, 12 Sep 2004 02:15 pm, Peter Ulrich Kruppa wrote: > > > On Sun, 12 Sep 2004, Malcolm Kay wrote: > > > > On Sun, 12 Sep 2004 01:37 pm, Peter Ulrich Kruppa wrote: > > > >> On Sun, 12 Sep 2004, Malcolm Kay wrote: > > > >>> I'm looking for a command line utility to play .au > > > >>> sound files. > > > >> > > > >> It's just > > > >> > > > >> # play file.au > > > > > > > > Uli, > > > > I tried that too. But it is all over in a flash. > > > > (Just a plop). > > > > Can I be missing some sort of timing mechanism or > > > > perhaps some sort of setup on the sound devices. > > > > > > Can you try some different sound file? > > > play can play .mp3 or .wav , too. > > > > No! > > I get responses such as: > > % play \[08]\ Donovan\ -\ Mellow\ Yellow.mp3 > > play: [08] Donovan - Mellow Yellow.mp3: Unknown format. > > you need an mp3 player to play mp3s... try mplayer in ports under audio > Yes, I find 'amp' is OK for .mp3. (at least when no kde application has locked up the sound devices) And 'waveplay' manages .wav files. But the object is to find something that will play .au files successfully. Or even something that will convert .au to .wav or .mp3. Malcolm