dcase_util.utils.filelist_exists

dcase_util.utils.filelist_exists(filelist)[source]

Check that all file in the list exists

Parameters
filelistdict of paths

Dict containing paths to files. Two level of dict inspected.

Returns
bool

Returns True if all files exists, False if any of them does not