diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-20 12:00:06 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:27 -0600 |
commit | 40024ce0bc04101dc40c72e0d24f133a3e44a5cf (patch) | |
tree | 3da7c9b8cead2b17500b43e9aa4fdd5955d677ff /libraries/audioread/slack-desc | |
parent | a9a55f2973d5bbf04dfbbbf7336d4b295b4c96b1 (diff) | |
download | slackbuilds-40024ce0bc04101dc40c72e0d24f133a3e44a5cf.tar.gz |
libraries/audioread: Added (multi-library audio decoding).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/audioread/slack-desc')
-rw-r--r-- | libraries/audioread/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/audioread/slack-desc b/libraries/audioread/slack-desc new file mode 100644 index 0000000000..0f90558c18 --- /dev/null +++ b/libraries/audioread/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +audioread: audioread (multi-library, cross-platform audio decoding) +audioread: +audioread: Decode audio files using whichever backend is available. +audioread: The library currently supports: +audioread: - gstreamer via gst-python. +audioread: - MAD via the pymad bindings. +audioread: - ffmpeg via its command-line interface. +audioread: - The standard library wave and aifc modules (for WAV and AIFF files). +audioread: +audioread: homepage: https://github.com/sampsyo/audioread +audioread: |