diff options
author | kwm <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-07-06 11:29:13 +0000 |
commit | 60825e09e7112f837a9028dfefc482bf5d914ee7 (patch) | |
tree | ff763a4e27cd11be2de9fd80b68f50bf6c1e9bd6 /audio/Makefile | |
parent | 9a8894dd82a86e15ded0f24d7826998446667497 (diff) | |
download | FreeBSD-ports-60825e09e7112f837a9028dfefc482bf5d914ee7.zip FreeBSD-ports-60825e09e7112f837a9028dfefc482bf5d914ee7.tar.gz |
Add wavpack.
Wavepack is a completely open audio compression format providing lossless,
high-quality lossy, and a unique hybrid compression mode.
In the default lossless mode no original information is lost, so there is no
change of degradation. Compression in this mode is between 30% an 70%.
For more info see the website http://www.wavpack.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 268dfb6..bd650da 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -478,6 +478,7 @@ SUBDIR += vsound SUBDIR += wavbreaker SUBDIR += waveplay + SUBDIR += wavpack SUBDIR += wavplay SUBDIR += wmalbum SUBDIR += wmcdplay |