diff options
author | B. Watson <yalhcru@gmail.com> | 2019-12-15 09:38:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 09:38:31 +0700 |
commit | d0eb95b72d177dcab1a2649a58f248fa13e1711b (patch) | |
tree | 632aecc1a41bce821c2dda1d4cf066d2a764b034 /libraries/libfishsound/README | |
parent | 3a0a7eb055345a80d164b41f99841da510a8641c (diff) |
libraries/libfishsound: Added (unified API for audio codecs).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libfishsound/README')
-rw-r--r-- | libraries/libfishsound/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/libfishsound/README b/libraries/libfishsound/README new file mode 100644 index 0000000000..9482b27193 --- /dev/null +++ b/libraries/libfishsound/README @@ -0,0 +1,13 @@ +libfishsound (unified API for xiph.org audio codecs) + +libfishsound provides a simple programming interface for decoding and +encoding audio data using Xiph.Org codecs (FLAC, Speex and Vorbis). + +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. + +Optional dependency: speex. Autodetected at build time. |