Skip to content

0.2.7 - API cleanup finalization

Choose a tag to compare

@heucuva heucuva released this 22 Jul 08:55
· 71 commits to main since this release
ceef7d0

Added

  • Added a few examples of using the player in a project!

Fixed or Changed

  • Fixed a missing Seek() call on the reader format scanner.
  • Updated gotracker/gomixing package to v1.3.0

Removed

  • Removed the unnecessary "bits per sample" code, since they are only needed in the mixer.

Notes

  • This is the first version where the API is mostly tightened down to a reasonable place. It still has a long way to do, but now it's able to be worked on without fear of things unravelling in weird ways.
  • There are integration examples now! Check out the internal/examples folder for more insight into these.