com.icdif.audio.examples
Class ExampleOnsetDetectionChooseMethodology

java.lang.Object
  extended by com.icdif.audio.examples.ExampleOnsetDetectionChooseMethodology

public class ExampleOnsetDetectionChooseMethodology
extends java.lang.Object


Field Summary
static java.lang.String FILE
           
static int hopSize
           
static OnsetMethodology methodology
          Define the methodology
static float multiplier
           
static int sampleWindowSize
           
static int thresholdWindowSize
           
 
Constructor Summary
ExampleOnsetDetectionChooseMethodology()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE

public static final java.lang.String FILE
See Also:
Constant Field Values

methodology

public static OnsetMethodology methodology
Define the methodology


sampleWindowSize

public static final int sampleWindowSize
See Also:
Constant Field Values

hopSize

public static final int hopSize
See Also:
Constant Field Values

thresholdWindowSize

public static final int thresholdWindowSize
See Also:
Constant Field Values

multiplier

public static final float multiplier
See Also:
Constant Field Values
Constructor Detail

ExampleOnsetDetectionChooseMethodology

public ExampleOnsetDetectionChooseMethodology()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.lang.Exception
Parameters:
args -
Throws:
java.lang.Exception
java.io.FileNotFoundException