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 SummaryConstructors Constructor Description CrackFinder(javax.sound.sampled.AudioFormat af, int threshold)
 - 
Method SummaryAll 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- 
CrackFinderpublic CrackFinder(javax.sound.sampled.AudioFormat af, int threshold) throws AudioFormatNotSupportedException- Throws:
- AudioFormatNotSupportedException
 
 
- 
 - 
Method Detail- 
getSampleValueprotected int getSampleValue(byte[] sample) 
 - 
findCrackspublic 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
 
 - 
mainpublic static void main(java.lang.String[] args) 
 
- 
 
-