LibriMix
LibriMix copied to clipboard
data process
Error opening 'storage_dir/wham_noise/tt/445c0204_1.7413_442c020t_-1.7413.wav': System error. How to solve this problem?
Hello, can you post a more detailed error report please ?
I am having the same error. I am running on Windows 10 and I've installed all required libraries. I am running create_librimix_from_metadata.py separately. Data was downloaded with the script provided.

Have you also installed SoX ? conda install -c groakat sox
Also make sure the file is actually in the right location and try open it with
import soundfile as sf
_, _ =sf.read(path_to_the_file)