Releases: Moros1138/olcPGEX_MiniAudio
Releases · Moros1138/olcPGEX_MiniAudio
olcPGEX_MiniAudio v2.0
olcPGEX_MiniAudio v1.7
- 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
- Fix GetCursorMilliseconds
olcPGEX_MiniAudio v1.5
- 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
- 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
- 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
- Added UnloadSound
- Added Play(path) for one-off playback and unload
olcPGEX_MiniAudio v1.1
- Added IsPlaying
olcPGEX_MiniAudio v1.0
First Release.