Skip to content

Julia 1.0 Support

Compare
Choose a tag to compare
@ssfrr ssfrr released this 05 Dec 14:54
· 18 commits to master since this release

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.