gb.sdl2.audio
This component is an interface to the SDL2 mixer library.
The SDL2 mixer library is a sound mixing library that is used with the SDL2 library.
It allows a programmer to use multiple samples along with music without having to code
a mixing algorithm themselves. It also simplyfies the handling of loading and playing
samples and music from all sorts of file formats.
For more information, go to
http://www.libsdl.org/projects/SDL_mixer/
Class
|
Description
|
Channel
|
This class represents a sound channel.
|
Channels
|
This static class is a virtual collection of all sound channels
managed by the component.
|
Music
|
This static class allows you to manage the music track.
|
Sound
|
This class represents a sound wave loaded in memory.
|