]> git.parisson.com Git - timeside.git/commitdiff
bugfix
authoryomguy <yomguy@parisson.com>
Thu, 14 Apr 2011 16:07:21 +0000 (16:07 +0000)
committeryomguy <yomguy@parisson.com>
Thu, 14 Apr 2011 16:07:21 +0000 (16:07 +0000)
timeside/encoder/wav.py

index 1f458b1cc5d749a7d6f70214ab411eeeb635a63a..1cd50000518eff507cc5c3ca47750024cb3b1acf 100644 (file)
@@ -45,6 +45,8 @@ class WavEncoder(Processor):
         if not self.filename and not self.streaming:
             raise Exception('Must give an output')
 
+        self.eod = False
+        
     @interfacedoc
     def setup(self, channels=None, samplerate=None, nframes=None):
         super(WavEncoder, self).setup(channels, samplerate, nframes)