Joris Cosentino

Results 12 comments of Joris Cosentino

Thank you for your quick reply ! I think the constraint issue across soundscapes does fall under #35, I will add to the existing thread. IMO the priority goes to...

As you said, in some use cases, the users want different durations from the same scaper object. In the case of speech recognition, an utterance can't be cut. This leaves...

In addition to the features listed in this thread, I would add a global constraint on the generation. To maximize the usage of the raw materials, i.e. foreground and background...

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

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...

You could do either one. You can cut the csv Files with the desired length or read only a part of the cv files in the code [here](https://github.com/JorisCos/LibriMix/blob/master/scripts/create_librimix_from_metadata.py??plain=1#L78)

Sorry for the late reply. @leo19941227 Is right there is a bug when using only `mix_clean` for now the only workaround is to generate the whole dataset

Thanks for reporting, I will look into it.

> Yes, I'd say merge it, as it's not introducing any new way of doing things, so it doesn't add much work to our refactoring plate. > > Did you...