diff src/com/aurellem/capture/examples/Advanced.java @ 50:8a091a5f48fa

documentation for basic use case
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Dec 2011 13:35:13 -0600
parents 121b6d7e4d3f
children d799a0278cc9
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/examples/Advanced.java	Sat Dec 03 13:22:27 2011 -0600
     1.2 +++ b/src/com/aurellem/capture/examples/Advanced.java	Sat Dec 03 13:35:13 2011 -0600
     1.3 @@ -35,7 +35,6 @@
     1.4  import com.jme3.system.AppSettings;
     1.5  import com.jme3.system.JmeSystem;
     1.6  
     1.7 -
     1.8  /**
     1.9   * 
    1.10   * Demonstrates advanced use of the audio capture and recording features.
    1.11 @@ -57,7 +56,6 @@
    1.12  
    1.13  public class Advanced extends SimpleApplication {
    1.14  
    1.15 -
    1.16  	private Geometry bell;
    1.17  	private Geometry ear1;
    1.18  	private Geometry ear2;
    1.19 @@ -66,7 +64,6 @@
    1.20  	private MotionTrack motionControl;
    1.21  		
    1.22  	public static void main(String[] args) {
    1.23 -		//Logger.getLogger("com.jme3").setLevel(Level.OFF); 
    1.24  		Advanced app = new Advanced();
    1.25  		AppSettings settings = new AppSettings(true);
    1.26  		settings.setAudioRenderer(AurellemSystemDelegate.SEND);