diff src/com/aurellem/capture/examples/AdvancedAudio.java @ 28:7184bc09a92e

need to solve audio recording clicks
author Robert McIntyre <rlm@mit.edu>
date Sun, 30 Oct 2011 10:00:29 -0700
parents 5249c8a9603c
children
line wrap: on
line diff
     1.1 --- a/src/com/aurellem/capture/examples/AdvancedAudio.java	Sun Oct 30 08:10:26 2011 -0700
     1.2 +++ b/src/com/aurellem/capture/examples/AdvancedAudio.java	Sun Oct 30 10:00:29 2011 -0700
     1.3 @@ -239,6 +239,9 @@
     1.4  	   */
     1.5  	  public void process(ByteBuffer audioSamples, AudioFormat format, int numSamples) {
     1.6  		  //System.out.println("I'm DANCING <3");
     1.7 +		  
     1.8 +		  
     1.9 +		  
    1.10  		  entity.scale(this.scale);
    1.11  		  if (this.scale == 2f){this.scale = 0.5f;}
    1.12  		  else {this.scale = 2;}