Package nzilbb.media.wav
Class TestChannelExtractor
- java.lang.Object
-
- nzilbb.media.wav.TestChannelExtractor
-
public class TestChannelExtractor extends Object
Tester for ChannelExtractor
-
-
Constructor Summary
Constructors Constructor Description TestChannelExtractor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetDir()Getter fordir: Directory for text files.voidleftChannel()Ensure default left channel extraction works.static voidmain(String[] args)voidrightChannel()Ensure selected right channel extraction works.
-
-
-
Method Detail
-
leftChannel
public void leftChannel() throws ExceptionEnsure default left channel extraction works.- Throws:
Exception
-
rightChannel
public void rightChannel() throws ExceptionEnsure selected right channel extraction works.- Throws:
Exception
-
getDir
public File getDir()
Getter fordir: Directory for text files.- Returns:
- Directory for text files.
-
main
public static void main(String[] args)
-
-