updated docstring

This commit is contained in:
sg3510 2015-02-26 16:10:09 +00:00
parent 3a9e3a4da7
commit 2feecce34b

View file

@ -19,7 +19,8 @@ def find_files(path, extensions):
def read(filename, limit=None): def read(filename, limit=None):
""" """
Reads any file supported by pydub (ffmpeg) and returns the data contained 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 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 of the file by specifying the `limit` parameter. This is the amount of