Uses of Interface
ddf.minim.spi.AudioOut

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

Uses of AudioOut in ddf.minim
 

Constructors in ddf.minim with parameters of type AudioOut
AudioInput(AudioStream stream, AudioOut out)
          Constructs an AudioInput that subscribes to stream and can control the DataLine that stream is reading from.
AudioOutput(AudioOut synthesizer)
          Constructs an AudioOutput that will subscribe its buffers to synthesizer and be able to control the DataLine the synthesizer uses for output.
AudioPlayer(AudioRecordingStream recording, AudioOut out)
          Constructs an AudioPlayer that plays recording.
AudioSample(AudioOut output)
          Constructs an AudioSample object that gets its audio from stream.
AudioSource(AudioOut istream)
          Constructs an AudioSource that will subscribe to the samples in stream.
 

Uses of AudioOut in ddf.minim.javasound
 

Methods in ddf.minim.javasound that return AudioOut
 AudioOut JSMinim.getAudioOutput(int type, int bufferSize, float sampleRate, int bitDepth)
           
 

Uses of AudioOut in ddf.minim.spi
 

Methods in ddf.minim.spi that return AudioOut
 AudioOut MinimServiceProvider.getAudioOutput(int type, int bufferSize, float sampleRate, int bitDepth)
          Should return an AudioOut that can be used to generate audio that will be heard through the computer's speakers.