Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Releases: gotracker/gomixing

1.3.1 - add a stringer for Volume

21 Jan 18:06
7959f71
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

1.3.0 - API fixup

22 Jul 08:52
65ff401
Compare
Choose a tag to compare

Fixed or Changed

  • Mixer no longer needs BitsPerSample
    • added bitsPerSample directly to call that needs it.

Notes

  • This is a breaking change for previous users of the API.

1.2.0 - Add proper sample formatting support

21 Jul 21:40
ef2973b
Compare
Choose a tag to compare

Added

  • Added support for proper sample formatting

Fixed or Changed

  • Flatten and similar will now follow formatting rules

Notes

  • This release includes a minor breaking change from v1.1.x. Please note the new calling pattern to Flatten and similar functions.

1.1.2 - Better user-suggested mixing support

09 May 01:34
Compare
Choose a tag to compare

Fixed or Changed

  • Mixing buffers now allow for channel data to be positioned as desired

1.1.1 - Fixes for issues with channel conversions

06 May 00:19
Compare
Choose a tag to compare

Fixed or Changed

  • Channel conversions now properly happen
  • Cleaned up some extraneous code in StaticMatrix
  • Mixing is much more performant now

1.1.0 - Go 1.18 upgrade and significant memory allocs reductions

05 May 21:23
aaa862f
Compare
Choose a tag to compare

Fixed or Changed

  • Upgrade to Go 1.18
  • Reduce memory allocs by making Matrix and PanMixer use static buffers

1.0.13 - Buffer overflow fix

17 Mar 03:41
Compare
Choose a tag to compare
  • buffer overflow fix in Flatten function

1.0.12 - Fix for stereo panning calculation

22 Feb 07:58
Compare
Choose a tag to compare
v1.0.12

Fix for stereo position calculations

1.0.11 - fixing panning attenuation calculations

21 Feb 04:59
Compare
Choose a tag to compare
v1.0.11

Fixing panning so it's on the correct channels

1.0.10 - bug fix in FlattenToInts

20 Feb 08:42
Compare
Choose a tag to compare

fixed a bug where FlattenToInts was panicking due to an empty/nil buffer.