Skip to content

Releases: justinsalamon/scaper

v1.3.9

27 Jul 16:43
520ae60
Compare
Choose a tag to compare

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

17 Jul 03:00
33def12
Compare
Choose a tag to compare

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

17 Jul 02:59
81ba07c
Compare
Choose a tag to compare

Fixed a bug where time stretched events could have a negative start time if they were longer than the soundscape duration.

v1.3.6

17 Jul 02:57
ac90fa9
Compare
Choose a tag to compare

Use sox flag -s for time stretching (speech mode), gives better sounding results.

v1.3.5

29 Feb 00:06
d0431ec
Compare
Choose a tag to compare
  • Fixed a bug where short backgrounds did not concatenate to fill the entire soundscape.

v1.3.4

28 Feb 05:26
b7aea91
Compare
Choose a tag to compare
  • 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

28 Feb 01:00
9f48f0a
Compare
Choose a tag to compare
  • Fixed a bug with the format and subtype of audio files not being maintained in match_sample_length.

v1.3.1

25 Feb 01:20
94ac4ae
Compare
Choose a tag to compare
  • Fixed a bug with generating docs on ReadTheDocs.

v1.3.2

25 Feb 05:46
a3ca806
Compare
Choose a tag to compare
  • 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

22 Feb 02:32
Compare
Choose a tag to compare

Source separation support!

  • Add option to save isolated foreground events and background audio files.
  • Makes pysoundfile a formal dependency.
  • Seeding tests more robust.