diff --git a/dejavu/decoder.py b/dejavu/decoder.py index 960fbd8..830b8f7 100755 --- a/dejavu/decoder.py +++ b/dejavu/decoder.py @@ -19,7 +19,8 @@ def find_files(path, extensions): def read(filename, limit=None): """ Reads any file supported by pydub (ffmpeg) and returns the data contained - within. + within. If file reading fails due to input being a 24-bit wav file, + wavio is used as a backup. Can be optionally limited to a certain amount of seconds from the start of the file by specifying the `limit` parameter. This is the amount of