Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2005 02:49:59 +0100 (CET)
From:      Wojciech Puchar <wojtek@tensor.3miasto.net>
To:        Blue Raccoon <blue.raccoon@wanadoo.nl>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: command line sound player?
Message-ID:  <20051124024847.L15160@chylonia.3miasto.net>
In-Reply-To: <20051123215947.0475a9e5.blue.raccoon@wanadoo.nl>
References:  <20051123215947.0475a9e5.blue.raccoon@wanadoo.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051124024847.L15160>