Package com.groovemanager.sampled

Interface Summary
AudioPlayerListener Instances of classes implementing this interfaces can be notified of changes to an AudioPlayer´s status or to its loop state
AudioPlayerProvider An AudioPlayerProvider represents any kind of audio source that can present audio data to an AudioPlayer to be played and/or can process recorded audio data in any way.
 

Class Summary
AudioManager This class can act as a central unit for using AudioRessources of different kinds.
AudioPlayer This class can be used for playing or recording Audio data in a new Thread.
MonoToStereoStream This class is used for simple conversion of a mono AudioInputStream into stereo just by duplicating the mono channel.
StereoToMonoStream This class is used for simple conversion of a stereo AudioInputStream into mono just by reading from it´s left channel.