Uses of Interface
ddf.minim.spi.AudioSynthesizer

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

Uses of AudioSynthesizer in ddf.minim
 

Constructors in ddf.minim with parameters of type AudioSynthesizer
AudioOutput(AudioSynthesizer synthesizer)
          Constructs an AudioOutput that will subscribe its buffers to synthesizer and be able to control the DataLine the synthesizer uses for output.
 

Uses of AudioSynthesizer in ddf.minim.javasound
 

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

Uses of AudioSynthesizer in ddf.minim.spi
 

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