com.sun.media.sound
Interface SoftResamplerStreamer

All Superinterfaces:
ModelOscillatorStream

public interface SoftResamplerStreamer
extends ModelOscillatorStream

Resampler stream interface.

Author:
Karl Helgason

Method Summary
 void open(ModelWavetable osc, float outputsamplerate)
           
 
Methods inherited from interface com.sun.media.sound.ModelOscillatorStream
close, noteOff, noteOn, read, setPitch
 

Method Detail

open

void open(ModelWavetable osc,
          float outputsamplerate)
          throws java.io.IOException
Throws:
java.io.IOException