Re: XMMS and ESD (Update on the situation)
Re: XMMS and ESD (Update on the situation)
- Subject: Re: XMMS and ESD (Update on the situation)
- From: robert delius royar <email@hidden>
- Date: Mon, 29 Sep 2003 04:45:59 -0400 (EDT)
- Organization: An Apple OS X end user
- Priority: NEW
On Mon, 29 Sep 2003 about 00:37 -0400 UTC email@hidden wrote:
> Update on the situation:
>
> When I try typing 'xmms' at my xterm prompt it loads the sound just
> fine but it uses the Built-in Audio component. I want it to use ESD.
> Here's what happens when I type ESD at my prompt:
>
> [MacOSXRules:~] bob% esd
> using device Built-in audio controller for output:
> with sample rate 44100.000000, 2 channels and 32-bit sample
> using device Built-in audio controller for input:
> with sample rate 44100.000000, 2 channels and 32-bit sample
Assuming your ESD daemon has a socket that lives in /tmp/.esd/socket, wrap
your sound program into a script that has code similar to this before the
load:
if [ ! -x /tmp/.esd/socket ] ; then
/usr/local/bin/esd -nobeeps &
fi
_______________________________________________
x11-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/x11-users
X11 for Mac OS X FAQ: http://developer.apple.com/qa/qa2001/qa1232.html
Report issues, request features, feedback: http://developer.apple.com/bugreporter
Do not post admin requests to the list. They will be ignored.