Date: Thu, 13 Nov 2003 20:04:52 +0100 (CET) From: "Cordula's Web" <cpghost@cordula.ws> To: petre@kgb.ro Cc: freebsd-questions@freebsd.org Subject: Re: sound question Message-ID: <200311131904.hADJ4pfU015701@fw.farid-hajji.net> In-Reply-To: <200311132059.07486.petre@kgb.ro> (message from Petre Bandac on Thu, 13 Nov 2003 20:59:07 %2B0200) References: <200311132059.07486.petre@kgb.ro>
next in thread | previous in thread | raw e-mail | index | archive | help
> play: /dev/dsp: Device busy
Perhaps esd is running and grabbing the sound device?
I have a similar problem with mpg123. Calling mpg123
multiple times (e.g. in a loop with a shell script)
until it works is an acceptable work-around for me:
#!/bin/sh
until (mpg123 "$1")
do
sleep 1;
done
Of course, a solution would be better than a work-arond :)
--
Cordula's Web. http://www.cordula.ws/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311131904.hADJ4pfU015701>
