diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2022-08-18 04:33:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-20 10:06:39 +0700 |
commit | d128d5eba5f55d3108f92bfca7e32df62176af94 (patch) | |
tree | a31429887743068e7f45a76587e4d30e0faf92ce /libraries/SDL_audiolib/slack-desc | |
parent | a6b90e67b6097e367e6f9658b9cf328142fdb1b5 (diff) |
libraries/SDL_audiolib: Added (Audio Library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..bd7f03bacbef7 --- /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: |