v2.0.3
·
3 commits
to refs/heads/main
since this release
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