Skip to content

Releases: Moros1138/olcPGEX_MiniAudio

olcPGEX_MiniAudio v1.6

11 Aug 00:46
b52b726
Compare
Choose a tag to compare
  • Fix GetCursorMilliseconds

olcPGEX_MiniAudio v1.5

23 Nov 03:14
Compare
Choose a tag to compare
  • use const references for Seek, SetVolume, SetPan, and SetPitch
  • fix incompatible const pointers for the ma_device and ma_engine getters
  • cleaned up the demo code
  • added advanced miniaudio usage to the demo

olcPGEX_MiniAudio v1.4

18 Nov 17:19
Compare
Choose a tag to compare
  • Added Background Playback

NOTE: By default, playback is no longer continues when the application loses focus. However, in order to allow those who want background playback I've added a configuration function! See the demo to see how it works!

olcPGEX_MiniAudio v1.3

14 Sep 16:25
1083c92
Compare
Choose a tag to compare
  • Reorganized definitions to match the order they were declared, it was starting to bother me, lol
  • Added GetDevice(), returns a pointer to the ma_device
  • Added GetEngine(), returns a poitner to the ma_engine

These functions are here to allow advanced users more direct access to miniaudio's capabilities.

olcPGEX_MiniAudio v1.2

14 Sep 01:11
50efb11
Compare
Choose a tag to compare
  • Added UnloadSound
  • Added Play(path) for one-off playback and unload

olcPGEX_MiniAudio v1.1

12 Sep 08:58
1ed1601
Compare
Choose a tag to compare
  • Added IsPlaying

olcPGEX_MiniAudio v1.0

12 Sep 08:20
2d7c0e9
Compare
Choose a tag to compare

First Release.