Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jul 2005 11:31:24 +0200
From:      Markus Trippelsdorf <markus@trippelsdorf.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: how to play APE music on freebsd
Message-ID:  <pan.2005.07.21.09.31.24.84731@trippelsdorf.de>
References:  <79bfe98e050720234950cefa6c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 21 Jul 2005 15:49:20 +0800, you wrote:

> I use port to install mplayer, but it can not play APE music, who can
> tell me how to play APE music on freebsd 5.4. I really like APE music.
> 
If you search the web you would find a Linux binary called 'mac'. (I will
send you a copy to your gmail address). You can run it in FreeBSD if you
have COMPAT_LINUX32 enabled in your kernel. I use a simple shell script to
listen to APE files:
#!/bin/sh
mac "$1" - -d | waveplay -s

-- 
Markus





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