From 923b5858c001a07e13148e26eefbf58f077ff3f4 Mon Sep 17 00:00:00 2001 From: yomguy Date: Sat, 19 Jun 2010 00:38:07 +0000 Subject: [PATCH] add html --- INSTALL.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.html b/INSTALL.html index 60ccb42..4c87ad3 100644 --- a/INSTALL.html +++ b/INSTALL.html @@ -379,7 +379,7 @@ $ python setup.py install
 >>> 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()
@@ -403,7 +403,7 @@ $ python setup.py install
 
-- 
2.39.5