Skip to content

Releases: NeRdTheNed/OSWrapper

OSWrapper v1.0.2 - Small fixes & performance improvements

Choose a tag to compare

@NeRdTheNed NeRdTheNed released this 22 Apr 07:55
c26594f
  • 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

Choose a tag to compare

@NeRdTheNed NeRdTheNed released this 13 Apr 07:06
6296bc8

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!

Choose a tag to compare

@NeRdTheNed NeRdTheNed released this 12 Apr 01:32
c84b671

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.