diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-28 23:46:49 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-07-28 23:46:49 +0000 |
commit | 634e76de2ca43635fc6ba62d1d66e8eda5f3bb0c (patch) | |
tree | 17610a266676fd7c1d0dfee5d61897a3789219b9 /audio/Makefile | |
parent | 3c5e969a8e0ca2251913af127294662838020254 (diff) | |
download | ports-634e76de2ca43635fc6ba62d1d66e8eda5f3bb0c.tar.gz ports-634e76de2ca43635fc6ba62d1d66e8eda5f3bb0c.zip |
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>
Notes
Notes:
svn path=/head/; revision=140354
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 1cb91087215b..d18547d64213 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 |