< prev index next >

src/java.desktop/share/classes/com/sun/media/sound/SoftAudioBuffer.java

Print this page

        

*** 20,29 **** --- 20,30 ---- * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + package com.sun.media.sound; import java.util.Arrays; import javax.sound.sampled.AudioFormat;
*** 121,128 **** z += z_stepover; k += k_stepover; } } } - } } --- 122,128 ----
< prev index next >