--- multimon-1.0.orig/unixinput.c
+++ multimon-1.0/unixinput.c
@@ -324,7 +324,7 @@
 			close(pipedes[1]); /* close writing pipe end */
 			execlp("sox", "sox", 
 			       "-t", type, fname,
-			       "-t", "raw", "-s", "-w", "-r", srate, "-",
+			       "-t", "raw", "-s", "-2", "-r", srate, "-",
 			       NULL);
 			perror("execlp");
 			exit(10);
