diff options
Diffstat (limited to 'libraries/SDL2_mixer/README')
-rw-r--r-- | libraries/SDL2_mixer/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/SDL2_mixer/README b/libraries/SDL2_mixer/README new file mode 100644 index 0000000000..40553085c7 --- /dev/null +++ b/libraries/SDL2_mixer/README @@ -0,0 +1,11 @@ +SDL2_mixer is a sample multi-channel audio mixer library. It supports +any number of simultaneously playing channels of 16-bit stereo audio, +plus a single channel of music. + +It is safe to install alongside Slackware's SDL libraries. + +Optional dependencies are: + +* libmodplug (for MOD support) +* fluidsynth or TiMidity++ (for MIDI suport) +* smpeg2 (for MP3 support, not available on SBo) |