Skip to content

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 18 Jan 13:41
· 3 commits to refs/heads/main since this release
81d3358

What's Changed

Makes the audio decoders follow proper const-correctness. This may be a breaking change depending on how you were calling the decoding functions.

  • Flac output improvements (#34) @kahrendt
  • (Potentially breaking change) Make MP3 decoder input pointers const-correct (#33) @kahrendt
  • (Potentially breaking change) Make WAV decoder input pointers const-correct (#32) @kahrendt
  • (Potentially breaking change) Make FLAC decoder input pointers const-correct (#31) @kahrendt

Full Changelog: v2.0.2...v2.0.3