Skip to content

Releases: Moros1138/olcPGEX_MiniAudio

olcPGEX_MiniAudio v2.0

21 Sep 23:35
ffa9332
Compare
Choose a tag to compare

What's Changed in v2.0

  • Overall Refactor
  • Added support for loading from olc::ResourcePack
  • Remove GetSounds() and GetOneOffSounds()
  • Added GetSound() - returns ma_sound* for use in miniaudio's ma_sound api
  • Added GetOneOffCount()

olcPGEX_MiniAudio v1.7

04 Sep 14:14
04b66f3
Compare
Choose a tag to compare
  • Added waveform functions
  • Added noise functions
  • Added Emscripten CI
  • Added Emscripten deployment of the demos

Shoutout @sigonasr2 for the waveform functions and for the demos that showcase their use.

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.