dcase_framework.utils.filelist_exists

dcase_framework.utils.filelist_exists(filelist)[source]

Check that all file in the list exists

Parameters:

filelist : dict of paths

List containing paths to files

Returns:

bool

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