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

diff --git a/INSTALL b/INSTALL
index 1f980ba7bc0c803087ed283256a4412157c939a3..08822e0cda7100323a3de926fa39dc9bebc90940 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('output=image.png')
+>>> grapher  =  timeside.grapher.Waveform(output='image.png')
 >>> analyzer =  timeside.analyzer.MaxLevel()
 >>> encoder  =  timeside.encoder.WavEncoder('output.wav')
 >>> (decoder | grapher | analyzer | encoder).run()
index 4c87ad3a1b600ac136b915aa2a02536a26a278a8..0e460a7ba98618329d5d6221619bc8a59cb85586 100644 (file)
@@ -379,7 +379,7 @@ $ python setup.py install
 </pre>
 <pre class="doctest-block">
 &gt;&gt;&gt; decoder  =  timeside.decoder.FileDecoder('source.wav')
-&gt;&gt;&gt; grapher  =  timeside.grapher.Waveform('output=image.png')
+&gt;&gt;&gt; grapher  =  timeside.grapher.Waveform(output='image.png')
 &gt;&gt;&gt; analyzer =  timeside.analyzer.MaxLevel()
 &gt;&gt;&gt; encoder  =  timeside.encoder.WavEncoder('output.wav')
 &gt;&gt;&gt; (decoder | grapher | analyzer | encoder).run()
@@ -403,7 +403,7 @@ $ python setup.py install
 <div class="footer">
 <hr class="footer" />
 <a class="reference external" href="INSTALL">View document source</a>.
-Generated on: 2010-06-19 00:37 UTC.
+Generated on: 2010-06-19 00:42 UTC.
 Generated by <a class="reference external" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference external" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source.
 
 </div>