]> git.parisson.com Git - telemeta.git/commitdiff
* Fix syntax
authoryomguy <>
Thu, 21 Aug 2008 15:17:34 +0000 (15:17 +0000)
committeryomguy <>
Thu, 21 Aug 2008 15:17:34 +0000 (15:17 +0000)
telemeta/analysis/core.py

index 5ccf68c1e276a26cc45453bbdfcecbbc74baba66..93f44bc91507cba4e3cd008accc891233977e31d 100644 (file)
@@ -52,7 +52,7 @@ class AudioProcessor(Component):
             samples = samples[:,0]
         return samples    
         
-def read(self, start, size, resize_if_less=False):
+    def read(self, start, size, resize_if_less=False):
         """ read size samples starting at start, if resize_if_less is True and less than size
         samples are read, resize the array to size and fill with zeros """