Releases: JuliaAudio/LibSndFile.jl
Releases · JuliaAudio/LibSndFile.jl
v2.4.0
v2.3.0
LibSndFile v2.3.0
Closed issues:
- Compat module problem (#27)
Merged pull requests:
- Install TagBot as a GitHub Action (#30) (@JuliaTagBot)
- Seeking update (#31) (@mroavi)
v2.2.0
v2.1.0
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.
0.6-ify
Fixes over-general `load` and `save` methods
v0.5.1 Specialized save and load for the specific audio formats that LibSndF…