Package ddf.minim.spi

Interface Summary
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.
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.