Class CrackFinder


  • public class CrackFinder
    extends java.lang.Object
    Author:
    K.Jaensch, klausj@phonetik.uni-muenchen.de
    • Constructor Summary

      Constructors 
      Constructor Description
      CrackFinder​(javax.sound.sampled.AudioFormat af, int threshold)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void findCracks​(java.io.File file, javax.sound.sampled.AudioInputStream ais)  
      protected int getSampleValue​(byte[] sample)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSampleValue

        protected int getSampleValue​(byte[] sample)
      • findCracks

        public void findCracks​(java.io.File file,
                               javax.sound.sampled.AudioInputStream ais)
                        throws javax.sound.sampled.UnsupportedAudioFileException,
                               java.io.IOException
        Throws:
        javax.sound.sampled.UnsupportedAudioFileException
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)