com.frinika.audio.analysis
Class PeakAnalyst

java.lang.Object
  extended by com.frinika.audio.analysis.PeakAnalyst

public class PeakAnalyst
extends java.lang.Object


Constructor Summary
PeakAnalyst()
           
 
Method Summary
 void fireNewFramedFeedData(short[] v)
           
static PeakAnalyst the()
           
 long waitForPulse(long milliMax)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PeakAnalyst

public PeakAnalyst()
Method Detail

the

public static PeakAnalyst the()
Parameters:
feed - FramedFeed
shortT - double decay time to smooth out freq time scale stuff.
longT - double decay Time to suss out pulses in the music.

fireNewFramedFeedData

public void fireNewFramedFeedData(short[] v)

waitForPulse

public long waitForPulse(long milliMax)