From: yomguy Date: Sat, 19 Jun 2010 00:38:07 +0000 (+0000) Subject: add html X-Git-Tag: 0.3.2~122 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=923b5858c001a07e13148e26eefbf58f077ff3f4;p=timeside.git add html --- diff --git a/INSTALL.html b/INSTALL.html index 60ccb42..4c87ad3 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -379,7 +379,7 @@ $ python setup.py install
 >>> decoder  =  timeside.decoder.FileDecoder('source.wav')
->>> grapher  =  timeside.grapher.Waveform('image.png')
+>>> grapher  =  timeside.grapher.Waveform('output=image.png')
 >>> analyzer =  timeside.analyzer.MaxLevel()
 >>> encoder  =  timeside.encoder.WavEncoder('output.wav')
 >>> (decoder | grapher | analyzer | encoder).run()
@@ -403,7 +403,7 @@ $ python setup.py install