org.mitre.jdas
Class VoiceActivityDetector

java.lang.Object
  |
  +--org.mitre.jdas.VoiceActivityDetector

public class VoiceActivityDetector
extends java.lang.Object


Constructor Summary
VoiceActivityDetector(javax.sound.sampled.AudioFormat sourceAudioFormat, float bufferLengthSec, Controller controller)
           
 
Method Summary
 boolean detectVoiceActivity(javax.sound.sampled.AudioInputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VoiceActivityDetector

public VoiceActivityDetector(javax.sound.sampled.AudioFormat sourceAudioFormat,
                             float bufferLengthSec,
                             Controller controller)
Method Detail

detectVoiceActivity

public boolean detectVoiceActivity(javax.sound.sampled.AudioInputStream stream)