scaper icon indicating copy to clipboard operation
scaper copied to clipboard

A library for soundscape synthesis and augmentation

Results 60 scaper issues
Sort by recently updated
recently updated
newest added

Certain scenarios require limiting the amount of overlapping sound events (or prohibiting it altogether). Right now there is no way to explicitly control for sound overlap. Proposed solution: add a...

I'm generating JAMS annotations for a large dataset of ~500,000 examples. However, the JAMS are quite large when `source_file = ('choose', list_of_paths)`. The files are around 1MB in size, which...

Hello, I am working on source separation and i have noticed that the sum of the isolated events are not equal to the soundscape, even when the _reverb_ attribute is...

is it possible to generate a multi-speaker mixture, as I noticed in your package it mixed all folders audio's in the foreground folder, ex: my folder will be like follow:...

When applying reverb, I get the following warning (as expected): `Reverb is on and save_isolated_events is True. Reverberation is applied to the mixture but not output source files. In this...

"Sometimes the sources don't come that close to summing to the mixture after scapering -- and this is when not using reverb. Some of this might be related to clipping,...

Would it be possible to manage the co-occurence of events ? The idea I used to generate desed dataset was using the parameter "p" of np.random.choice to have "probas", so...

Right now each event has to be explicitly added to the event specification (e.g. via for loop). It would be helpful to have high-level generators such that you'd only have...

enhancement