Uses of Package
ddf.minim.spi

Packages that use ddf.minim.spi
ddf.minim   
ddf.minim.javasound   
ddf.minim.spi   
 

Classes in ddf.minim.spi used by ddf.minim
AudioRecording
          An AudioRecording is an AudioResource that has methods that allow the audio to played, similar to the Playable interface.
AudioRecordingStream
           
AudioStream
          An AudioStream is a stream of samples that is coming from somewhere.
AudioSynthesizer
          An AudioSythesizer is an AudioStream that generates sound, rather than reading sound.
MinimServiceProvider
          MinimServiceProvider is the interface that an audio implementation must provide to Minim, to guarantee that it can provide all of the functionality that Minim promises.
SampleRecorder
          SampleRecorder is an interface that describes the limited set of functionality required of an object that records samples.
 

Classes in ddf.minim.spi used by ddf.minim.javasound
AudioRecording
          An AudioRecording is an AudioResource that has methods that allow the audio to played, similar to the Playable interface.
AudioRecordingStream
           
AudioStream
          An AudioStream is a stream of samples that is coming from somewhere.
AudioSynthesizer
          An AudioSythesizer is an AudioStream that generates sound, rather than reading sound.
MinimServiceProvider
          MinimServiceProvider is the interface that an audio implementation must provide to Minim, to guarantee that it can provide all of the functionality that Minim promises.
SampleRecorder
          SampleRecorder is an interface that describes the limited set of functionality required of an object that records samples.
 

Classes in ddf.minim.spi used by ddf.minim.spi
AudioRecording
          An AudioRecording is an AudioResource that has methods that allow the audio to played, similar to the Playable interface.
AudioRecordingStream
           
AudioResource
           
AudioStream
          An AudioStream is a stream of samples that is coming from somewhere.
AudioSynthesizer
          An AudioSythesizer is an AudioStream that generates sound, rather than reading sound.
SampleRecorder
          SampleRecorder is an interface that describes the limited set of functionality required of an object that records samples.