LibriMix icon indicating copy to clipboard operation
LibriMix copied to clipboard

data process

Open charlesXu86 opened this issue 5 years ago • 3 comments

Error opening 'storage_dir/wham_noise/tt/445c0204_1.7413_442c020t_-1.7413.wav': System error. How to solve this problem?

charlesXu86 avatar Jan 27 '21 08:01 charlesXu86

Hello, can you post a more detailed error report please ?

JorisCos avatar Jan 27 '21 09:01 JorisCos

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.

image image

Aiga-Andrijanova avatar Jun 10 '21 19:06 Aiga-Andrijanova

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)

JorisCos avatar Jun 11 '21 10:06 JorisCos