>>> 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()
</pre>
<pre class="doctest-block">
>>> 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()
<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>