diff src/com/aurellem/capture/examples/Basic.java @ 22:c7a07eefaeea

started work on audio AI
author Robert McIntyre <rlm@mit.edu>
date Sun, 30 Oct 2011 01:19:11 -0700
parents be5ac56826be
children 5f616cc420dd
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/examples/Basic.java	Sat Oct 29 16:23:57 2011 -0700
     1.2 +++ b/src/com/aurellem/capture/examples/Basic.java	Sun Oct 30 01:19:11 2011 -0700
     1.3 @@ -3,9 +3,6 @@
     1.4  import java.io.File;
     1.5  import java.io.IOException;
     1.6  
     1.7 -import jme3test.helloworld.HelloAudio;
     1.8 -import jme3test.helloworld.HelloJME3;
     1.9 -import jme3test.niftygui.TestNiftyExamples;
    1.10  import jme3test.water.TestPostWater;
    1.11  
    1.12  import com.aurellem.capture.Capture;