Skip to content

Releases: JuliaAudio/SampledSignals.jl

v2.1.4

05 Mar 17:13
51ea6bc
Compare
Choose a tag to compare

SampledSignals v2.1.4

Diff since v2.1.3

Merged pull requests:

  • CompatHelper: bump compat for "IntervalSets" to "0.6" (#91) (@github-actions[bot])
  • Updated version requirement to julia (1.6) & unitful (1.11) (#93) (@truedichotomy)
  • CompatHelper: bump compat for "Compat" to "4" (#94) (@github-actions[bot])
  • CompatHelper: bump compat for "IntervalSets" to "0.7" (#95) (@github-actions[bot])

Closed issues:

  • SampledSignals is preventing IntervalSets from updating to latest version (#92)

v2.1.3

22 Feb 23:43
7f2464c
Compare
Choose a tag to compare

SampledSignals v2.1.3

Diff since v2.1.2

Closed issues:

  • Outdated compatibility constraints with, e.g., FixedPointNumbers (#64)
  • save("sound.wav", buf) seems to write with the wrong samplerate (#84)
  • Downgrading other packages (#86)

Merged pull requests:

  • Create a pull request template (#81) (@rob-luke)
  • CompatHelper: bump compat for "DSP" to "0.7" (#82) (@github-actions[bot])
  • Make compatibile with DSP 0.7.* (#88) (@abhayap)
  • Test Julia 1.6 (#89) (@rob-luke)

v2.1.2

10 May 11:29
ea64daf
Compare
Choose a tag to compare

SampledSignals v2.1.2

Diff since v2.1.1

Closed issues:

  • Serve sampled signals using InteractNext and Mux (#40)
  • Project.toml:[compat] section causing compatibility issues with Compat.jl (#69)

Merged pull requests:

v2.1.1

08 May 11:45
d0ffcd5
Compare
Choose a tag to compare

SampledSignals v2.1.1

Diff since v2.1.0

Closed issues:

  • VST plugin in Julia (#54)

Merged pull requests:

v2.1.0

19 Nov 05:18
v2.1.0
Compare
Choose a tag to compare

v2.1.0 (2019-11-19)

Diff since v2.0.0

Closed issues:

  • indexing with intervals has broken (#52)
  • Signals can be more than 2d (#49)
  • Shouldn't time be the *last* index? (#48)
  • Release for 1.0? (#47)
  • Switch to Unitful.jl (#34)
  • switch to using IntervalSets (#14)

Merged pull requests:

  • Removes Javascript display, Various small fixes (#53) (ssfrr)

Julia 1.0 Support

05 Dec 14:33
Compare
Choose a tag to compare

Changelog:

  • various fixes and tweaks to the CI configuration to be compatible with Julia 1.0
  • switches to Unitful.jl instead of SIUnits.jl
  • switches to IntervalSets.jl rather than an internal implementation

Stricter REQUIRE

14 Feb 14:36
Compare
Choose a tag to compare
v1.1.2

removes support for 0.6 prereleases

Respect Int32 Files

07 Feb 16:51
54d136c
Compare
Choose a tag to compare

This fixes jupyter notebook display of 32-bit Integer audio files.

Adds PCM64Sample type alias

13 Oct 05:21
Compare
Choose a tag to compare

Because sometimes 32 bits just aren't enough

Updates for 0.6

17 May 03:57
Compare
Choose a tag to compare
Merge pull request #21 from JuliaAudio/06_depwarn

updates for 0.6, some extra read/write capabilities