Date: Wed, 29 Mar 2000 20:42:09 +0100 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: Travis Leuthauser <travis@winconx.com> Cc: freebsd-questions@freebsd.org Subject: Re: x11amp problem Message-ID: <20000329204209.A237@parish> In-Reply-To: <05ae01bf9909$e0a30a40$20503cd0@travis>; from travis@winconx.com on Tue, Mar 28, 2000 at 05:03:48PM -0600 References: <05ae01bf9909$e0a30a40$20503cd0@travis>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 28, 2000 at 05:03:48PM -0600, Travis Leuthauser wrote: > I am running 3.4-RELEASE with XFree86 3.3.6. I have installed x11amp from > the ports collection. When I run it from an xterm and load an mp3, I get > "Can not open audio device". I've tried specifying every audio device I can > think of. I have a Sound Blaster AWE64, which to the best of my knowledge > is working perfectly. I run enlightenment and esounds are working, I can > play audio cd's and can play mp3's with mpg123 from a command line. Any > thoughts on what audio device I should use or what simple thing I'm missing? > Works for me. It uses /dev/dsp by default: parish:/usr/marko{55}% x11amp --help Usage: x11amp [options] [files] ... Options: -------- -h, --help Display this text and exit. -s, --shuffle Turn on shuffle play. -r, --repeat Turn on repeat play. -b, --buffer <size> Set the audio buffer size to <size> kb -d, --downmix Downmix stereo mp3's to mono -o, --resolution <bits> Set playing resolution to <bits> -w, --rew Skip backwards in playlist and exit -f, --fwd Skip forward in playlist and exit -e, --device <device> Sets the audio device (default: /dev/dsp) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -v, --version Print version number and exit. Is your /dev/dsp a symlink to dsp0 (or dsp1)? parish:/usr/marko{56}% ls -l /dev/dsp lrwxrwxrwx 1 root wheel 4 Mar 4 21:34 /dev/dsp -> dsp0 parish:/usr/marko{57}% > Thanks, > > > Travis Leuthauser > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Seminars, n.: From "semi" and "arse", hence, any half-assed discussion. ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000329204209.A237>