Mercurial > jmeCapture
comparison 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 |
comparison
equal
deleted
inserted
replaced
21:d924d7d29063 | 22:c7a07eefaeea |
---|---|
1 package com.aurellem.capture.examples; | 1 package com.aurellem.capture.examples; |
2 | 2 |
3 import java.io.File; | 3 import java.io.File; |
4 import java.io.IOException; | 4 import java.io.IOException; |
5 | 5 |
6 import jme3test.helloworld.HelloAudio; | |
7 import jme3test.helloworld.HelloJME3; | |
8 import jme3test.niftygui.TestNiftyExamples; | |
9 import jme3test.water.TestPostWater; | 6 import jme3test.water.TestPostWater; |
10 | 7 |
11 import com.aurellem.capture.Capture; | 8 import com.aurellem.capture.Capture; |
12 import com.aurellem.capture.IsoTimer; | 9 import com.aurellem.capture.IsoTimer; |
13 import com.jme3.app.SimpleApplication; | 10 import com.jme3.app.SimpleApplication; |