shithub: sox

Download patch

ref: 73f8ad4837167bc2fa8cc4f9dd07d5b346728237
parent: 27dd7298086a2cf261bf22bc88245d2ee0d0ce9a
author: cbagwell <cbagwell>
date: Sat Sep 2 14:49:30 EDT 2006

*** empty log message ***

--- a/src/testall.bat
+++ b/src/testall.bat
@@ -10,8 +10,8 @@
 echo cls >>t.bat
 echo echo Format: %%format%%   Options: %%opts%% >>t.bat
 echo echo on >>t.bat
-echo .\sox monkey.voc %%opts%% %%tmp%%\monkey.%%format%% %%effect%% >>t.bat
-echo .\sox %%opts%% %%tmp%%\monkey.%%format%% %%tmp%%\monkey1.voc %%effect%% >>t.bat
+echo .\sox monkey.wav %%opts%% %%tmp%%\monkey.%%format%% %%effect%% >>t.bat
+echo .\sox %%opts%% %%tmp%%\monkey.%%format%% %%tmp%%\monkey1.wav %%effect%% >>t.bat
 echo @echo off >>t.bat
 echo echo. >>t.bat
 echo set format=>>t.bat
@@ -27,7 +27,7 @@
 call t.bat 8svx
 call t.bat aiff
 call t.bat au
-call t.bat avr
+call t.bat avr -u
 call t.bat cdr
 call t.bat cvs
 call t.bat dat
--- a/src/tests.bat
+++ b/src/tests.bat
@@ -15,10 +15,10 @@
 cls
 
 echo on
-.\sox %noise% %file%.voc ub.raw
+.\sox %noise% %file%.wav ub.raw
 .\sox %noise% -t raw -r 8196 -u -b -c 1 ub.raw -r 8196 -s -b sb.raw
 .\sox %noise% -t raw -r 8196 -s -b -c 1 sb.raw -r 8196 -u -b ub2.raw
-.\sox %noise% -r 8196 -u -b -c 1 ub2.raw -r 8196 ub2.voc
+.\sox %noise% -r 8196 -u -b -c 1 ub2.raw -r 8196 ub2.wav
 @echo off
 
 echo.
@@ -34,8 +34,8 @@
 echo rough test.
 
 echo.
-dir %file%.voc
-dir ub2.voc
+dir %file%.wav
+dir ub2.wav
 echo.
 echo The two filesizes above should be the same.
 pause
@@ -44,7 +44,7 @@
 del ub.raw
 del sb.raw
 del ub2.raw
-del ub2.voc
+del ub2.wav
 
 echo on
 .\sox %noise% %file%.au -u -r 8192 -u -b ub.raw