|
|
@@ -534,7 +534,7 @@ class FLACDec(object): |
|
|
|
pictures = property(lambda x: x._pictures) |
|
|
|
|
|
|
|
def __len__(self): |
|
|
|
return self._total_samps |
|
|
|
return self._totalsamples |
|
|
|
|
|
|
|
def __init__(self, file): |
|
|
|
'''Pass in the file name. We currently do not support file objects.''' |
|
|
|