From: yomguy Date: Sat, 19 Jun 2010 00:36:51 +0000 (+0000) Subject: fix image example X-Git-Tag: 0.3.2~123 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=df0655cb3222644f54bc74ef1216d6dafd2f88d2;p=timeside.git fix image example --- diff --git a/INSTALL b/INSTALL index 7911198..1f980ba 100644 --- 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()