mirror of
https://github.com/correl/dejavu.git
synced 2024-11-23 11:09:52 +00:00
updated docstring
This commit is contained in:
parent
3a9e3a4da7
commit
2feecce34b
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue