--- sox.20050917-inst6/scripts/myplay.orig	2007-02-21 13:27:20.000000000 +0100
+++ sox.20050917-inst6/scripts/myplay	2007-01-03 15:26:42.000000000 +0100
@@ -1,9 +1,6 @@
 #!/bin/sh
 
-# 20060616 default speed: 2.6 -> 3.0
-
 eatbuf="-r 44100 -c 4 -w"
-eatbuf=""
 
 if [ ! -f "$1" ]; then
 	exit 1
@@ -14,17 +11,8 @@
 start=`date '+%s'`
 echo "start $1 "`date` >> $log
 
-# /usr/src/sox/sox-12.17.5cvs/sox -I "$1" -w -c 4 -t ossdsp /dev/dsp stretch 0.4
-#/usr/src/sox/sox.20050207-inst/src/sox -I "$1" -w -c 1 -t ossdsp /dev/dsp stretch 0.4
-#/usr/src/sox/sox.20050207-inst/src/sox -I "$1" -t ossdsp /dev/dsp stretch 0.4 
-#/usr/src/sox/sox.20050917-inst/src/sox -I "$1" -t ossdsp /dev/dsp stretch 0.4 
-#/usr/src/sox/sox.20050917-inst2/src/sox -I "$1" -t ossdsp /dev/dsp stretch 0.4 
-#/usr/src/sox/sox.20050917-inst2/src/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 0.4 
-#/usr/src/sox/sox.20050917-inst3/src/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 0.4 
-#/usr/src/sox/sox.20050917-inst4/src/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 0.333333 
-/usr/src/sox/sox.20050917-inst5/src/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 0.333333 
-#/home/rzm/src/sox.20050917-inst2/src/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 0.4 
-#| read total pauses value seconds
+~/bin/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 0.4 
+#TODO: read total pauses value seconds?
 
 end=`date '+%s'`
 tdiff=$(( $end - $start ))
--- sox.20050917-inst6/scripts/myplay.orig	2007-02-21 18:56:43.000000000 +0100
+++ sox.20050917-inst6/scripts/myplay	2007-02-21 18:55:16.000000000 +0100
@@ -11,8 +11,8 @@
 start=`date '+%s'`
 echo "start $1 "`date` >> $log
 
-~/bin/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 0.4
-+#TODO: read total pauses value seconds?
+~/bin/sox -I "$1" $eatbuf -t ossdsp /dev/dsp stretch 1.0 vol 0 dB
+#TODO: read total pauses length in seconds?
 
 end=`date '+%s'`
 tdiff=$(( $end - $start ))
--- /dev/null	2007-02-20 19:30:29.167465372 +0100
+++ sox.20050917-inst6/scripts/sox	2007-02-21 19:46:23.000000000 +0100
@@ -0,0 +1,2 @@
+#!/bin/sh
+/home/rzm/src/sox.20050917-inst6/src/sox $*
