Skip to content

Commit 84f1475

Browse files
author
robs
committed
updates for web site
1 parent 0836358 commit 84f1475

File tree

2 files changed

+49
-1
lines changed

2 files changed

+49
-1
lines changed

Makefile.am

+4-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ uninstall-pdf:
6161
# Get rid on unneeded Content-Type, man directory and manpage index in extension.
6262
# e.g. ../man1/soxi.1.html becomes ../soxi.html
6363
# Return to Main Contents and link to man2html are also modified.
64-
FIXHTML = sed '1s,^Content-type.*,,' | \
64+
FIXHTML = sed 's,<HEAD>,&<link rel="stylesheet" href="http://sox.sourceforge.net/pub/skins/sox/sox.css" type="text/css"></link>,' | \
65+
tr '\n' '^' | sed 's,\^\^\^\^</PRE>,^</PRE>,g' | tr '^' '\n' | \
66+
sed 's,\<sr,\&radic;,g' | \
67+
sed '1s,^Content-type.*,,' | \
6568
sed 's,<A HREF="\.\./man[0-9]/\([-a-z]\+\)\.[0-9],<A HREF="\1,g' | \
6669
sed 's,<A HREF="\.\./index\.html">\(Return\ to\ Main\ Contents\),<A HREF=".">\1,' | \
6770
sed 's,<A HREF="/cgi-bin/man/man2html">man2html</A>,<A HREF="http://primates.ximian.com/~flucifredi/man/">man2html</A>,'

screenshot1

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
2+
$ sox track1.wav track1-processed.flac remix - norm -3 highpass 22
3+
gain -3 rate 48k norm -3 dither
4+
5+
Input File : 'track1.wav'
6+
Channels : 2
7+
Sample Rate : 44100
8+
Precision : 16-bit
9+
Duration : 00:02:54.97 = 7716324 samples = 13123 CDDA sectors
10+
Sample Encoding: 16-bit Signed Integer PCM
11+
Endian Type : little
12+
13+
Output File : 'track1-processed.flac'
14+
Channels : 1
15+
Sample Rate : 48000
16+
Precision : 16-bit
17+
Duration : 00:02:54.97 = 8398720 samples ~ 13123 CDDA sectors
18+
Sample Encoding: 16-bit FLAC
19+
20+
sox: effects chain: input 44100Hz 2 channels 16 bits (multi)
21+
sox: effects chain: remix 44100Hz 2 channels 16 bits (multi)
22+
sox: effects chain: norm 44100Hz 1 channels 16 bits
23+
sox: effects chain: highpass 44100Hz 1 channels 16 bits
24+
sox: effects chain: gain 44100Hz 1 channels 16 bits (multi)
25+
sox: effects chain: rate 44100Hz 1 channels 16 bits
26+
sox: effects chain: norm 48000Hz 1 channels 16 bits
27+
sox: effects chain: dither 48000Hz 1 channels 16 bits
28+
sox: effects chain: output 48000Hz 1 channels 16 bits (multi)
29+
30+
$ play *.ogg
31+
32+
01 - Summer's Cauldron.ogg:
33+
34+
Encoding: Vorbis
35+
Channels: 2 @ 16-bit Track: 01 of 15
36+
Samplerate: 44100Hz Album: Skylarking
37+
Album gain: -7.8dB Artist: XTC
38+
Duration: 00:03:19.99 Title: Summer's Cauldron
39+
40+
In:20.8% 00:00:41.61 [00:02:38.38] Out:1.84M [ ====|==== ] Clip:0
41+
42+
43+
44+
45+

0 commit comments

Comments
 (0)