From 2feecce34b797d932f318abb7e0f33f07a3417ec Mon Sep 17 00:00:00 2001 From: sg3510 Date: Thu, 26 Feb 2015 16:10:09 +0000 Subject: [PATCH] updated docstring --- dejavu/decoder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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