From owner-freebsd-questions@FreeBSD.ORG Thu Nov 24 01:50:11 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4289116A420 for ; Thu, 24 Nov 2005 01:50:11 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B42DC43D81 for ; Thu, 24 Nov 2005 01:50:03 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id jAO1nxHF015499; Thu, 24 Nov 2005 02:49:59 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id jAO1nxpD015496; Thu, 24 Nov 2005 02:49:59 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Thu, 24 Nov 2005 02:49:59 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: Blue Raccoon In-Reply-To: <20051123215947.0475a9e5.blue.raccoon@wanadoo.nl> Message-ID: <20051124024847.L15160@chylonia.3miasto.net> References: <20051123215947.0475a9e5.blue.raccoon@wanadoo.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: command line sound player? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2005 01:50:11 -0000 > I have searched high and low for a simple command-line sound player that I can call from other apps. I need something that just plays the sound, without any feedback. Like 'cat sound.wav > /dev/dsp' but without the almost zero signal-to-noise ratio. > > Any ideas? if it's C program much better (and much faster) way is to simply open file in /dev do ioctl to configure and write to it