Package net.beadsproject.beads.data.audiofile

Provides classes involved in handling audio files.

See:
          Description

Class Summary
AudioFile An AudioFile provides a handle to an audio file located either on disk or online.
AudioFileIOImplementation The Class AudioFileIOImplementation provides methods for how the system grabs an AudioFile from a file name or an InputStream.
JavaSoundAudioFile Uses javasound to load audio files located on disk or via a URL.
JavaSoundAudioFileIOImplementation The Class JavaSoundAudioFileIOImplementation is the default AudioFileIOImplementation and returns a JavaSoundAudioFile.
 

Exception Summary
AudioFile.OperationUnsupportedException Thrown if an operation is unsupported for this AudioFile.
 

Package net.beadsproject.beads.data.audiofile Description

Provides classes involved in handling audio files. Mostly these would not be handled by the user, but accessed via Sample.