Skip to content

Releases: NeRdTheNed/OSWrapper

OSWrapper v1.0.2 - Small fixes & performance improvements

22 Apr 07:55
c26594f
Compare
Choose a tag to compare
  • Fixed an issue with mono to stereo conversion on macOS
  • Reduced memory use and improved performance on Windows through only buffering audio when needed

OSWrapper v1.0.1 - Windows audio cutoff fix

13 Apr 07:06
6296bc8
Compare
Choose a tag to compare

This update fixes an issue in oswrapper_audio on Windows where audio would stop decoding slightly before the actual end.

OSWrapper v1.0.0 - Images & audio!

12 Apr 01:32
c84b671
Compare
Choose a tag to compare

OSWrapper is a collection of 0BSD licensed single-header file libraries which wrap OS / platform features, compatible with C and C++. This release adds image and audio decoders for macOS and Windows, as well as an image decoder for Emscripten. Examples of how to use these libraries are provided in the test folder.