codesimian
Class AudioBuffers

java.lang.Object
  extended by codesimian.AudioBuffers

public class AudioBuffers
extends java.lang.Object


Nested Class Summary
static class AudioBuffers.MicBufSiz
          how many audio samples are now in the microphone buffer?
static class AudioBuffers.MicBufSpeed
           
static class AudioBuffers.MicCdqSiz
          how many D are in the ContinuousDQueue for the first audio channel? (usually not integer) This ContinuousDQueue is a smooth buffer between microphone and speakers, which may have slightly different speeds.
static class AudioBuffers.SoundBufSiz
          how many audio samples are now in the sound out (speaker) buffer?
 
Constructor Summary
AudioBuffers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioBuffers

public AudioBuffers()