diff options
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: |