aboutsummaryrefslogtreecommitdiff
path: root/audio/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-05 22:55:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-08-05 22:55:13 +0000
commit45d0fc436ec8421e6ff024e9686357ab7865d7b0 (patch)
tree460e34e9f760bb9b08a6502b28528ab2b34246b1 /audio/Makefile
parentd17854089e043b44200237f51e88db544356a10a (diff)
downloadports-45d0fc436ec8421e6ff024e9686357ab7865d7b0.tar.gz
ports-45d0fc436ec8421e6ff024e9686357ab7865d7b0.zip
libfishsound provides a simple programming interface for decoding and encoding
audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). libfishsound by itself is designed to handle raw codec streams from a lower level layer such as UDP datagrams. When these codecs are used in files, they are commonly encapsulated in Ogg to produce Ogg FLAC, Speex and Ogg Vorbis files. libfishsound is a wrapper around the existing codec libraries and provides a consistent, higher-level programming interface. It has been designed for use in a wide variety of applications; it has no direct dependencies on Ogg encapsulation, though it is most commonly used in conjunction with liboggz to decode or encode FLAC, Speex or Vorbis audio tracks in Ogg files, including Ogg Theora and Annodex. WWW: http://www.xiph.org/fishsound/ PR: 147332 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes
Notes: svn path=/head/; revision=258836
Diffstat (limited to 'audio/Makefile')
-rw-r--r--audio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index be8f1c56c311..5006d6477501 100644
--- a/audio/Makefile
+++ b/audio/Makefile
@@ -359,6 +359,7 @@
SUBDIR += libconvolve
SUBDIR += libdiscid
SUBDIR += libdssialsacompat
+ SUBDIR += libfishsound
SUBDIR += libgig
SUBDIR += libgme
SUBDIR += libgpod