From df0655cb3222644f54bc74ef1216d6dafd2f88d2 Mon Sep 17 00:00:00 2001 From: yomguy Date: Sat, 19 Jun 2010 00:36:51 +0000 Subject: [PATCH] fix image example --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.5