I have .wav files stored in a deep directory structure. VAK fails to find the files if the directory structure is more than two layers deep. I edited the files.py file at: ....\Lib\site-packages\vak\common\files\files.py which solved the issue for me.
I provide the edited code if anybody else encounters this problem:
files.py.txt
I have .wav files stored in a deep directory structure. VAK fails to find the files if the directory structure is more than two layers deep. I edited the files.py file at: ....\Lib\site-packages\vak\common\files\files.py which solved the issue for me.
I provide the edited code if anybody else encounters this problem:
files.py.txt