diff options
Diffstat (limited to 'libraries/SDL_audiolib/slack-desc')
-rw-r--r-- | libraries/SDL_audiolib/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/SDL_audiolib/slack-desc b/libraries/SDL_audiolib/slack-desc new file mode 100644 index 000000000000..bd7f03bacbef --- /dev/null +++ b/libraries/SDL_audiolib/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------------------------------------------------------| +SDL_audiolib: SDL_audiolib (Audio Library) +SDL_audiolib: +SDL_audiolib: An audio decoding, resampling and mixing library for SDL. +SDL_audiolib: +SDL_audiolib: This is a small and simple to use C++ library for playing various +SDL_audiolib: audio formats. It is a thin (-ish) wrapper around existing resampling +SDL_audiolib: (like SRC or SoX) and decoding libraries (like libmpg123 or +SDL_audiolib: libvorbis). +SDL_audiolib: +SDL_audiolib: Homepage: https://github.com/realnc/SDL_audiolib +SDL_audiolib: |