Package ccs.audio

The Checkpoint audio system.

See:
          Description

Interface Summary
Playlist A playlist is an ordered list of Tracks.
Track An audio track.
 

Class Summary
AudioController The main audio back-end object.
NonBlockingFIFO A FIFO which does not allow its methods to block.
URLTrack A Track which is accessed via a URL.
 

Enum Summary
TrackChange The track-change orders which may be given to a playlist.
TrackMode How the player should change track.
TrackState The state of the currently-playing track: the GUI should reflect this.
 

Exception Summary
WouldBlockException  
 

Package ccs.audio Description

The Checkpoint audio system. Provides a robust, client-side data flow and control layer on top of the JavaSound API. Suitable for use in networked applications. Supports multi-track playlists and precueing for seamless inter-track transitions.