Critical bug fix: process was sometimes left hanging at application quit.
Audio instance creation moved outside the audio thread mutex (some instance creation may take quite a bit of time, causing stutter)
Wav/wavstream now can report length of the stream in seconds via getLength()
Filter interface has simplified parameter handling to make writing new filters easier
Lo-fi filter
Libmodplug audio source for various formats (669, abc, amf, ams, dbm, dmf, dsm, far, it, j2b, mdl, med, mid, mod, mt2, mtm, okt, pat, psm, ptm, s3m, stm, ult, umx, xm, as well as wider support for wav files).
SFXR audio source for old school sound effects
Greatly simplified init pattern; no need (if you don’t want) to care about which back-end to use
Dynamic linking of most back-ends
“C” API code generator
DLL based on the “C” API
Misc smaller fixes, cppcheck fixes and reorganization