Uses of Interface
ddf.minim.AudioStream

Packages that use AudioStream
ddf.minim   
 

Uses of AudioStream in ddf.minim
 

Subinterfaces of AudioStream in ddf.minim
 interface AudioRecording
          An AudioRecording is a Playable AudioStream.
 interface AudioSynthesizer
          An AudioSythesizer is a Polyphonic AudioStream.
 

Constructors in ddf.minim with parameters of type AudioStream
AudioSource(AudioStream stream)
          Constructs an AudioSource that will subscribe to the samples in stream.
AudioInput(AudioStream stream)
          Constructs an AudioInput that subscribes to stream and can control the DataLine that stream is reading from.