]> git.parisson.com Git - timeside.git/commitdiff
fix image example
authoryomguy <yomguy@parisson.com>
Sat, 19 Jun 2010 00:36:51 +0000 (00:36 +0000)
committeryomguy <yomguy@parisson.com>
Sat, 19 Jun 2010 00:36:51 +0000 (00:36 +0000)
INSTALL

diff --git a/INSTALL b/INSTALL
index 79111988cfde6be97b2befef3e1d74001b50d5dd..1f980ba7bc0c803087ed283256a4412157c939a3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -106,7 +106,7 @@ For example, a normalization and a waveform, from a python shell::
 >>> import timeside
 
 >>> 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()