org.tritonus.share.sampled
Interface FloatSampleInput


public interface FloatSampleInput

Streams providing FloatSampleBuffers. This interface should be implemented by AudioInputStreams that internally work with FloatSampleBuffer.


Method Summary
 void read(FloatSampleBuffer buffer)
           
 

Method Detail

read

void read(FloatSampleBuffer buffer)