diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-07-28 23:46:49 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-07-28 23:46:49 +0000 |
commit | 28f676e3de26e9a044b52166e0e975dd14530ff9 (patch) | |
tree | 12d68c89df344c4d0717f8e0a6048dfc5083f3ce /audio/Makefile | |
parent | 7abc1afd29ea92d836896cde2a6b2cc76874cec7 (diff) | |
download | FreeBSD-ports-28f676e3de26e9a044b52166e0e975dd14530ff9.zip FreeBSD-ports-28f676e3de26e9a044b52166e0e975dd14530ff9.tar.gz |
Add moc.
MOC (music on console) is a console audio player designed to be powerful and
easy to use.
MOC plays smoothly, regardless of system or I/O load, because it handles the
output buffer in a separate thread. It does not cause gaps between files,
because the next file to be played is pre-cached while playing the current
file.
Supported file formats are: MP3, Ogg Vorbis, FLAC, Musepack (mpc), Speex, WAVE,
AIFF, AU, SVX, Sphere Nist WAV, IRCAM SF, Creative VOC.
WWW: http://moc.daper.net/
PR: ports/84153
Submitted by: Integral <rzinkov@gmail.com>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 1cb9108..d18547d 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -283,6 +283,7 @@ SUBDIR += mixer.app SUBDIR += mixmos SUBDIR += mixxx + SUBDIR += moc SUBDIR += modplugplay SUBDIR += mp32ogg SUBDIR += mp3_check |