Package ipsk.audio.tools
Class CrackFinder
- java.lang.Object
-
- ipsk.audio.tools.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 voidfindCracks(java.io.File file, javax.sound.sampled.AudioInputStream ais)protected intgetSampleValue(byte[] sample)static voidmain(java.lang.String[] args)
-
-
-
Constructor Detail
-
CrackFinder
public CrackFinder(javax.sound.sampled.AudioFormat af, int threshold) throws AudioFormatNotSupportedException- Throws:
AudioFormatNotSupportedException
-
-
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.UnsupportedAudioFileExceptionjava.io.IOException
-
main
public static void main(java.lang.String[] args)
-
-