summaryrefslogtreecommitdiff
path: root/audio/libfishsound/DESCR
diff options
context:
space:
mode:
authorrodent <rodent>2013-05-09 00:42:45 +0000
committerrodent <rodent>2013-05-09 00:42:45 +0000
commit42647b5ca4569f7d789f1cbc7ee9267c855d8763 (patch)
tree04664fc025855b42575eb567e82e35044c2b1149 /audio/libfishsound/DESCR
parent8c398a994a2adfa4ae5b22cb721e968672ef41fa (diff)
downloadpkgsrc-42647b5ca4569f7d789f1cbc7ee9267c855d8763.tar.gz
Import libfishsound-1.0.0 as audio/libfishsound.
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.
Diffstat (limited to 'audio/libfishsound/DESCR')
-rw-r--r--audio/libfishsound/DESCR13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/libfishsound/DESCR b/audio/libfishsound/DESCR
new file mode 100644
index 00000000000..6379b51bae1
--- /dev/null
+++ b/audio/libfishsound/DESCR
@@ -0,0 +1,13 @@
+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.