]> git.parisson.com Git - timeside.git/commitdiff
revert forcing for awdio
authoryomguy <yomguy@parisson.com>
Sat, 16 Oct 2010 15:29:45 +0000 (15:29 +0000)
committeryomguy <yomguy@parisson.com>
Sat, 16 Oct 2010 15:29:45 +0000 (15:29 +0000)
timeside/tools/waveform_batch_awdio.py

index ef6eeb96c911e9048a723970222091d2553034f5..ca65a23b012afa2528cbe2af2a0ce0c85e03ec95 100644 (file)
@@ -50,8 +50,8 @@ class GrapherScheme:
         self.bg_color = None
 
         # Force computation. By default, the class doesn't overwrite existing image files.
-        self.force = True
-        
+        self.force = False
+
 
 class Media2Waveform: