Skip to content

Releases: gotracker/goaudiofile

1.0.16 - remove deprecated errors package

Choose a tag to compare

@heucuva heucuva released this 21 Jan 18:01
b60ce7d

What's Changed

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

1.0.15 - Fix for running on MacOS and in WASM

Choose a tag to compare

@heucuva heucuva released this 29 Nov 19:00
901a0f2

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

Choose a tag to compare

@heucuva heucuva released this 20 Jul 01:32
89d6b67

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

Choose a tag to compare

@heucuva heucuva released this 01 Mar 05:07
v1.0.13-2

Further fix for block reading

1.0.13-1 - Fix block reading

Choose a tag to compare

@heucuva heucuva released this 01 Mar 04:59
v1.0.13-1

Fix for misreading some songs special blocks.

1.0.13 - IT/OpenMPT block support

Choose a tag to compare

@heucuva heucuva released this 27 Feb 06:29
v1.0.13

Support for decoding IT/OpenMPT blocks

v1.0.12

Choose a tag to compare

@heucuva heucuva released this 22 Jan 05:08
  • better decode of IT instrument note-sample keyboard entries

v1.0.11

Choose a tag to compare

@heucuva heucuva released this 21 Jan 22:27
2dd42ea
  • initial IT file support

v1.0.10

Choose a tag to compare

@heucuva heucuva released this 30 Dec 01:52
  • various fixes for XM file loading

v1.0.9

Choose a tag to compare

@heucuva heucuva released this 29 Dec 11:21
  • further fixes for XM loading (it's a very aggressively-packed format, it seems)