Skip to content

Releases: JuliaAudio/LibSndFile.jl

v2.4.0

28 Jun 13:31
453919c
Compare
Choose a tag to compare

LibSndFile v2.4.0

Diff since v2.3.0

Closed issues:

  • support seeking (#26)
  • readme documentation bug (#29)
  • Play generated array (#36)
  • FYI: Slow to load (#37)
  • Error with FileIO.jl > v1.6.5 (#38)

Merged pull requests:

v2.3.0

25 Feb 17:06
Compare
Choose a tag to compare

LibSndFile v2.3.0

Diff since v2.2.0

Closed issues:

  • Compat module problem (#27)

Merged pull requests:

v2.2.0

27 Nov 00:38
v2.2.0
Compare
Choose a tag to compare

v2.2.0 (2019-11-20)

Diff since v2.1.0

Closed issues:

  • Package the libsndfile dependency for BB (#20)
  • add save support for raw arrays (#13)
  • Error on 32-bit windows (#4)

Merged pull requests:

  • Switches to BinaryBuilder (#25) (ssfrr)

v2.1.0

20 Nov 05:48
v2.1.0
Compare
Choose a tag to compare

v2.1.0 (2019-11-20)

Diff since v2.0.0

Closed issues:

  • Problem building and importing LibSndFile (Atom) (#22)
  • trouble using the package (#18)

Merged pull requests:

  • [WIP] Minimal modernization to get things building. (#24) (ssfrr)

Julia 1.0 Support

05 Dec 14:54
Compare
Choose a tag to compare

Changelog

  • Updates for Julia 1.0 compatibility
  • Simplifies FileIO integration - now LibSndFile doesn't export anything, it just registers itself with FileIO when you do using LibSndFile. Users should do using FileIO: load, save, loadstreaming, savestreaming and use those functions.

0.6-ify

18 May 19:04
Compare
Choose a tag to compare

Updates LibSndFile.jl for compatibility with Julia 0.6

Fixes over-general `load` and `save` methods

15 Jan 15:11
Compare
Choose a tag to compare
v0.5.1

Specialized save and load for the specific audio formats that LibSndF…