Releases: justinsalamon/scaper
Releases · justinsalamon/scaper
v1.3.9
Fixed a bug where trim before generating soundscapes from a JAMS file with saving of isolated events resulted in incorrect soundscape audio.
v1.3.8
Fixed a bug where _sample_trunc_norm returned an array in Scipy 1.5.1, but returns a scalar in Scipy 1.4.0.
v1.3.7
Fixed a bug where time stretched events could have a negative start time if they were longer than the soundscape duration.
v1.3.6
Use sox flag -s for time stretching (speech mode), gives better sounding results.
v1.3.5
- Fixed a bug where short backgrounds did not concatenate to fill the entire soundscape.
v1.3.4
- Fixed a bug where the soundscapes were off by one sample when generated.
- Fixes bug where generating from jams using a trimmed jams file was using the trimmed soundscape duration instead of the original duration.
- Added a field to the sandbox that keeps track of the original duration of the soundscape before any trimming is applied.
v1.3.3
- Fixed a bug with the format and subtype of audio files not being maintained in match_sample_length.
v1.3.1
- Fixed a bug with generating docs on ReadTheDocs.
v1.3.2
- Fixed a bug with generating the file names when saving the isolated events. The idx for background and foreground events now increment separately.
v1.3.0
Source separation support!
- Add option to save isolated foreground events and background audio files.
- Makes pysoundfile a formal dependency.
- Seeding tests more robust.