shithub: sox

Download patch

ref: 84f1475b1313b58894477456e2f77627a65d627e
parent: 083635803da8db0332ca47515105cdd039c49934
author: robs <robs>
date: Sun Nov 9 06:51:39 EST 2008

updates for web site

--- a/Makefile.am
+++ b/Makefile.am
@@ -61,7 +61,10 @@
 # Get rid on unneeded Content-Type, man directory and manpage index in extension.
 # e.g. ../man1/soxi.1.html becomes ../soxi.html
 # Return to Main Contents and link to man2html are also modified.
-FIXHTML = sed '1s,^Content-type.*,,' | \
+FIXHTML = sed 's,<HEAD>,&<link rel="stylesheet" href="http://sox.sourceforge.net/pub/skins/sox/sox.css" type="text/css"></link>,' | \
+	  tr '\n' '^' | sed 's,\^\^\^\^</PRE>,^</PRE>,g' | tr '^' '\n' | \
+	  sed 's,\<sr,\&radic;,g' | \
+	  sed '1s,^Content-type.*,,' | \
 	  sed 's,<A HREF="\.\./man[0-9]/\([-a-z]\+\)\.[0-9],<A HREF="\1,g' | \
 	  sed 's,<A HREF="\.\./index\.html">\(Return\ to\ Main\ Contents\),<A HREF=".">\1,' | \
 	  sed 's,<A HREF="/cgi-bin/man/man2html">man2html</A>,<A HREF="http://primates.ximian.com/~flucifredi/man/">man2html</A>,'
--- /dev/null
+++ b/screenshot1
@@ -1,0 +1,45 @@
+
+ $ sox track1.wav track1-processed.flac remix - norm -3 highpass 22
+ gain -3 rate 48k norm -3 dither
+
+ Input File     : 'track1.wav'
+ Channels       : 2
+ Sample Rate    : 44100
+ Precision      : 16-bit
+ Duration       : 00:02:54.97 = 7716324 samples = 13123 CDDA sectors
+ Sample Encoding: 16-bit Signed Integer PCM
+ Endian Type    : little
+
+ Output File    : 'track1-processed.flac'
+ Channels       : 1
+ Sample Rate    : 48000
+ Precision      : 16-bit
+ Duration       : 00:02:54.97 = 8398720 samples ~ 13123 CDDA sectors
+ Sample Encoding: 16-bit FLAC
+
+ sox: effects chain: input      44100Hz 2 channels 16 bits (multi)
+ sox: effects chain: remix      44100Hz 2 channels 16 bits (multi)
+ sox: effects chain: norm       44100Hz 1 channels 16 bits
+ sox: effects chain: highpass   44100Hz 1 channels 16 bits
+ sox: effects chain: gain       44100Hz 1 channels 16 bits (multi)
+ sox: effects chain: rate       44100Hz 1 channels 16 bits
+ sox: effects chain: norm       48000Hz 1 channels 16 bits
+ sox: effects chain: dither     48000Hz 1 channels 16 bits
+ sox: effects chain: output     48000Hz 1 channels 16 bits (multi)
+
+ $ play *.ogg
+
+ 01 - Summer's Cauldron.ogg:
+
+   Encoding: Vorbis
+   Channels: 2 @ 16-bit   Track: 01 of 15
+ Samplerate: 44100Hz      Album: Skylarking
+ Album gain: -7.8dB      Artist: XTC
+   Duration: 00:03:19.99  Title: Summer's Cauldron
+
+ In:20.8% 00:00:41.61 [00:02:38.38] Out:1.84M [  ====|====  ] Clip:0
+
+
+
+
+