Reorganise test files, test jlibpipe in exec.sound

This commit is contained in:
2016-07-14 08:53:26 +01:00
parent 717f79bcf6
commit 3040708f80
10 changed files with 7 additions and 4 deletions

View File

@@ -95,8 +95,8 @@ public class TestPipe {
public static void main(String[] args) {
String pipeName = "\\\\.\\pipe\\detest";
String fileName = "txt/bla.txt";
//fileName = "C:\\Users\\Rik\\Music\\Artists\\+44\\When Your Heart Stops Beating\\+44 - 155.mp3";
String fileName = "txt/mp3";
fileName = "C:\\Users\\Rik\\Music\\Artists\\+44\\When Your Heart Stops Beating\\+44 - 155.mp3";
TestPipe testPipe = new TestPipe(pipeName, fileName);
testPipe.runPipe();
}