Skip to content

v0.3

Compare
Choose a tag to compare
@Clownacy Clownacy released this 15 Mar 22:22
· 238 commits to master since this release

This project's been dormant for a while and the codebase seems stable enough, so I figure I should make a release.

Internally clownaudio now operates in S16 instead of F32. This should hopefully lead to performance improvements as sample-conversion between the decoder backends and the mixer will be bypassed. Likewise, S16 uses less memory and may even be faster depending on integer vs. float performance differences.

Additionally, miniaudio, stb_vorbis, dr_flac, dr_mp3, and dr_wav have been updated, and a buffer overflow in PxTone has been corrected.