diff options
author | Ruan K. F <ruan.klein@gmail.com> | 2015-01-20 20:18:48 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 20:18:48 +0700 |
commit | dd323419f55a6bdcc79e2fd967dd55f87e269955 (patch) | |
tree | 345d0feac5165fbec263cef460023d2a7556644d /libraries/libvorbisidec/README | |
parent | 95ffeb6e836af927c10be9873b3d16c4ee17e56f (diff) | |
download | slackbuilds-dd323419f55a6bdcc79e2fd967dd55f87e269955.tar.gz |
libraries/libvorbisidec: Added (Ogg Vorbis 'Tremor' playback codec).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libvorbisidec/README')
-rw-r--r-- | libraries/libvorbisidec/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/libvorbisidec/README b/libraries/libvorbisidec/README new file mode 100644 index 0000000000..6309a26307 --- /dev/null +++ b/libraries/libvorbisidec/README @@ -0,0 +1,7 @@ +The Tremor Vorbis I stream and file decoder provides an embeddable, integer-only library [libvorbisidec] intended +for decoding all current and future Vorbis I compliant streams. The Tremor libvorbisidec library exposes an API intended +to be as similar as possible to the familiar 'vorbisfile' library included with the open source Vorbis reference +libraries distributed for free by Xiph.org. + +Tremor can be used along with any ANSI compliant stdio implementation for file/stream access, or use custom stream i/o +routines provided by the embedded environment. Both uses are described in detail in documentation. |