diff src/com/aurellem/capture/hello/HelloAudio.java @ 4:edaa7e7806e4

migrated IsoTimer
author Robert McIntyre <rlm@mit.edu>
date Tue, 25 Oct 2011 12:03:01 -0700
parents a92de00f0414
children dde12be02029
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/hello/HelloAudio.java	Tue Oct 25 11:55:55 2011 -0700
     1.2 +++ b/src/com/aurellem/capture/hello/HelloAudio.java	Tue Oct 25 12:03:01 2011 -0700
     1.3 @@ -4,6 +4,7 @@
     1.4  import java.util.logging.Level;
     1.5  import java.util.logging.Logger;
     1.6  
     1.7 +import com.aurellem.capture.IsoTimer;
     1.8  import com.aurellem.capture.MultiListener;
     1.9  import com.aurellem.capture.WaveFileWriter;
    1.10  import com.jme3.app.SimpleApplication;
    1.11 @@ -18,7 +19,6 @@
    1.12  import com.jme3.scene.Geometry;
    1.13  import com.jme3.scene.shape.Box;
    1.14  import com.jme3.system.AppSettings;
    1.15 -import com.jme3.system.IsoTimer;
    1.16  
    1.17  /** Sample 11 - playing 3D audio. */
    1.18  public class HelloAudio extends SimpleApplication {