diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-11 16:44:17 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-11 16:44:17 +0800 |
commit | 4f9cd2b3ff7a056e78ed1dee4893e15e20b22602 (patch) | |
tree | 6d7c75ee8b079b7d8a4967d56927243fa7e901e6 /audio/Makefile | |
parent | ad06e7d73181f79deabc27134d1ce4fb1a878230 (diff) | |
download | freebsd-ports-graphics-4f9cd2b3ff7a056e78ed1dee4893e15e20b22602.tar.gz freebsd-ports-graphics-4f9cd2b3ff7a056e78ed1dee4893e15e20b22602.tar.zst freebsd-ports-graphics-4f9cd2b3ff7a056e78ed1dee4893e15e20b22602.zip |
Add speex-devel
The Speex is a patent-free, Open Source/Free Software voice codec.
Unlike other codecs like MP3 and Ogg Vorbis, Speex is designed to
compress voice at bitrates in the 2-45 kbps range. Possible
applications include VoIP, internet audio streaming, archiving of
speech data (e.g. voice mail), and audio books. In some sense, it is
meant to be complementary to the Ogg Vorbis codec.
--
Speex 1.1 is backwards compatible with speex 1.0
and can be used as a drop in replacement
for audio/speex
Approved by: pav (co mentor)
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 e9c2b25a9c4..1eee8bedf65 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -356,6 +356,7 @@ SUBDIR += soundtracker SUBDIR += sox SUBDIR += speex + SUBDIR += speex-devel SUBDIR += sphinx SUBDIR += spiralloops SUBDIR += spiralsynth |