Uses of Class
ddf.minim.AudioObject

Packages that use AudioObject
ddf.minim   
 

Uses of AudioObject in ddf.minim
 

Subclasses of AudioObject in ddf.minim
 class AudioInput
          An AudioInput provides no extra functionality over what AudioObject does, it exists simply for the sake of having a class named for input from the system.
 class AudioOutput
          AudioOutput represents a connection to the speakers of the computer.
 class AudioPlayer
          An AudioPlayer is used for playing an AudioRecording.
 class AudioSample
          An AudioSample is a special kind of file playback that allows you to repeatedly trigger an audio file.