Skip to content

v2.0.0

Compare
Choose a tag to compare
@MarkKremer MarkKremer released this 03 Aug 13:30
· 65 commits to main since this release
20e0303

Breaking changes

  • WAV File Encoding & Decoding: A bug in the encoding and decoding methods of WAV files & the Format struct has been fixed. Previously, sample values were incorrectly halved when converting from their encoded values to floats, and doubled when converting from floats to the encoded values. This fix may impact any code that relies on a certain volume for WAV files or which uses the Format struct methods for encoding and decoding samples. When upgrading from previous versions of Beep, please review and test your audio processing to ensure it behaves as expected with the corrected sample values.

What's Changed

New Contributors

Full Changelog: v1.4.1...v2.0.0