Searched refs:SoftSincResampler (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftSincResampler.java34 public final class SoftSincResampler extends SoftAbstractResampler { class in inherits:SoftAbstractResampler
42 public SoftSincResampler() { method in class:SoftSincResampler
H A DSoftMixingDataLine.java119 this.resampler = new SoftSincResampler();
H A DAudioFloatFormatConverter.java292 this.resampler = new SoftSincResampler();
H A DSoftSynthesizer.java338 this.resampler = new SoftSincResampler();
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftSincResampler/
H A DInterpolate.java27 @summary Test SoftSincResampler interpolate method */
102 SoftSincResampler resampler = new SoftSincResampler();

Completed in 129 milliseconds