资 源 简 介
A simple sound manager for Slick2D (specifically, it only depends on slick-util).
Main features:
* Further control over individual OpenAL sources.
* Further control over the OpenAL listener: its position, orientation, etc.
* A simple source manager -- by default, if all sources are playing, Slick will not play anything else.
Currently, it is geared towards sound in a 2D environment, however, 3D sound is still possible.
WARNING: Development is in early stages -- the library isn"t yet stable, classes and methods are subject to name changes, etc. Current TODO:
Remove XStreamingSound class and put streaming into XSound, in a way similar to Slick"s Sound class.
Support deferred loading