shithub: sox

Download patch

ref: 849ffe3eaa1b0c55917f363a102679298ae032a6
parent: 719b6a93d6248420a2b5d56c0d210dd1cbf3ba07
author: cbagwell <cbagwell>
date: Tue Apr 7 21:10:07 EDT 2009

Make use of --info flag to save space.

--- a/README.win32
+++ b/README.win32
@@ -12,11 +12,11 @@
 -----------------------
 
 SoX also includes support for SOXI.EXE, PLAY.EXE and REC.EXE and their
-behaviors are documented in includes PDF's.  They have the same
+behaviors are documented in included PDF's.  They have the same
 install restrictions as SOX.EXE.
 
-PLAY.EXE and REC.EXE are not distributed with this package to reduce
-size requirements. They are, in fact, only copies of the original
+SOXI.EXE, PLAY.EXE, and REC.EXE are not distributed with this package to 
+reduce size requirements. They are, in fact, only copies of the original
 SOX.EXE binary which changes SOX.EXE's behavior based on the
 executable's filename.
 
@@ -23,15 +23,18 @@
 If you wish to make use of these utils then you can create them
 yourself.
 
+copy sox.exe soxi.exe
 copy sox.exe play.exe
 copy sox.exe rec.exe
 
 If you are concerned with disk space, the play and record
-functionality can be equated using the "-d" option with SOX.EXE.  The
+functionality can be equated using the "-d" option with SOX.EXE.  soxi
+functionality can be equated using the "--info" option with SOX.EXE. The
 rough syntax is:
 
 play: sox [input files and options] -d [effects]
 rec: sox -d [output file and options] [effects]
+soxi: sox --info [input files and options]
 
 wget
 ----