Searched defs:VariableDelay (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChorus.java37 private static class VariableDelay { class in class:SoftChorus
47 VariableDelay(int maxbuffersize) { method in class:SoftChorus.VariableDelay
121 private VariableDelay vdelay;
128 // vdelay = new VariableDelay((int)(samplerate*4));
129 vdelay = new VariableDelay((int) ((this.depth + 10) * 2));
135 vdelay = new VariableDelay((int) ((this.depth + 10) * 2));

Completed in 32 milliseconds