Julia 1.0 Support
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 dousing FileIO: load, save, loadstreaming, savestreaming
and use those functions.