@@ -6,20 +6,20 @@ This page lists SoLoud downloads, as well as other relevant information.
66Stable Releases
77---------------
88
9- [soloud_20131111 .zip](soloud_20131111 .zip) <<- Download here
9+ [soloud_20131109 .zip](soloud_20131109 .zip) <<- Download here
1010
11- Documentation: [pdf](soloud_20131111 .pdf) [epub](soloud_20131111 .epub) [mobi](soloud_20131111 .mobi)[html](soloud_20131111 .html)
11+ Documentation: [PDF](soloud_20131109 .pdf) | [EPUB](soloud_20131109 .epub) | [MOBI](soloud_20131109 .mobi) | [HTML](soloud_20131109 .html)
1212
1313- SoLoud "TLF" release
1414- PortAudio, winmm, oss, wasapi, xaudio2 and openal back-ends
1515- Simplified cleanup - no separate cleanup functions per back-end
1616- Simple cross-platform thread support for back-ends that require it
1717- Filter interface revamped
18- - Echo, fft and biquad resonant filters
18+ - Echo, fft and biquad resonant (low/high/bandpass) filters
1919- Switched from ffft to a simpler (and slower) fft implementation
2020- Faders can now oscillate
2121- wav/ogg files can be loaded from memory
22- - AudioInstalce -> AudioSourceInstance rename
22+ - AudioInstance -> AudioSourceInstance rename
2323- SoLoud core split into a bunch of source files to keep things manageable
2424- Various changes aiming at multi-channel support; hardcoded stereo support removed
2525- Audio samples no longer interlaced to simplify filter processing
@@ -29,7 +29,9 @@ Documentation: [pdf](soloud_20131111.pdf) [epub](soloud_20131111.epub) [mobi](s
2929- Resampler interface and linear resampler
3030- Granularity of audio buffers fixed to a small value, configurable via soloud.h
3131- Per-sample volume faders
32- - Reworked example applications
32+ - Reworked old and added more example applications
33+ - Premake4 script for project files to generate static libraries
34+ - Reorganized files for easier handling (single include directory, etc)
3335- Lots and lots and lots of bug fixes and mixer rewrites
3436
3537
0 commit comments