Package sdljava.audio

Provides a bare bones interface to the SDL_audio api defined in SDL_audio.h.

See:
          Description

Class Summary
SDLAudio Interface to the SDL Audio subsystem.
SDLAudioSpec The SDL_AudioSpec structure is used to describe the format of some audio data.
 

Package sdljava.audio Description

Provides a bare bones interface to the SDL_audio api defined in SDL_audio.h. Please use SDLMixer for sound.

Package Specification

Please use SDLMixer for sound support with sdljava.

Detailed documentation can be found here:

See Also:
SDLMixer