Skip to content

Releases: gotracker/goaudiofile

1.0.16 - remove deprecated errors package

21 Jan 18:01
b60ce7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.15...v1.0.16

1.0.15 - Fix for running on MacOS and in WASM

29 Nov 19:00
901a0f2
Compare
Choose a tag to compare

Fixed or Changed

  • Removed unsynchronized goroutine for converting samples
    • this previously caused unpredictable behavior on load (Thanks: @eliasdaler )
  • Used BE16ToLE16 Linux implementation on non-windows platforms

1.0.14 - IT flag decode fix, go 1.18 upgrade

20 Jul 01:32
89d6b67
Compare
Choose a tag to compare

Fixed or Changed

  • Upgrade project to go 1.18
  • Fix issue with IT flag decode for Old Effects

1.0.13-2 - further fix for block reading

01 Mar 05:07
Compare
Choose a tag to compare
v1.0.13-2

Further fix for block reading

1.0.13-1 - Fix block reading

01 Mar 04:59
Compare
Choose a tag to compare
v1.0.13-1

Fix for misreading some songs special blocks.

1.0.13 - IT/OpenMPT block support

27 Feb 06:29
Compare
Choose a tag to compare
v1.0.13

Support for decoding IT/OpenMPT blocks

v1.0.12

22 Jan 05:08
Compare
Choose a tag to compare
  • better decode of IT instrument note-sample keyboard entries

v1.0.11

21 Jan 22:27
2dd42ea
Compare
Choose a tag to compare
  • initial IT file support

v1.0.10

30 Dec 01:52
Compare
Choose a tag to compare
  • various fixes for XM file loading

v1.0.9

29 Dec 11:21
Compare
Choose a tag to compare
  • further fixes for XM loading (it's a very aggressively-packed format, it seems)