Skip to content

Commit

Permalink
Always some little things.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarikomppa committed Feb 7, 2020
1 parent 5a596f3 commit c8e339f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
42 changes: 39 additions & 3 deletions docsrc/downloads.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ This page lists SoLoud downloads, as well as other relevant information.

Latest stable release
---------------------
[soloud_20181119.zip](soloud_20181119.zip) <<- Download here (~47 MB)
[soloud_20200207.zip](soloud_20200207.zip) <<- Download here (~47 MB)

[soloud_20181119_lite.zip](soloud_20181119_lite.zip) (~3 MB)
[soloud_20200207_lite.zip](soloud_20200207_lite.zip) (~3 MB)

Documentation: [PDF](soloud_20181119.pdf) | [EPUB](soloud_20181119.epub) | [MOBI](soloud_20181119.mobi) | [HTML](soloud_20181119.html)
Documentation: [PDF](soloud_20200207.pdf) | [EPUB](soloud_20200207.epub) | [MOBI](soloud_20200207.mobi) | [HTML](soloud_20200207.html)

Book
----
Expand All @@ -21,6 +21,8 @@ You can also buy the documentation as a physical book (version 20181119):
- [bookdepository](https://www.bookdepository.com/SoLoud-Audio-Engine-Jari-Komppa/9789528003595)
- [blackwell's](https://blackwells.co.uk/bookshop/product/9789528003595)

There won't be new versions of the physical book every time SoLoud releases because those things cost money and unless they suddely start selling hundreds of copies, it's not financially viable.

Development
-----------
You can find the latest, bleeding-edge version on GitHub at: <https://github.com/jarikomppa/soloud>. Note that the latest development version may be unstable.
Expand All @@ -45,6 +47,40 @@ Additional files

Release history
---------------
[soloud_20200207.zip](soloud_20200207.zip) <<- Download here (~47 MB)

[soloud_20200207_lite.zip](soloud_20200207_lite.zip) (~3 MB)

Documentation: [PDF](soloud_20200207.pdf) | [EPUB](soloud_20200207.epub) | [MOBI](soloud_20200207.mobi) | [HTML](soloud_20200207.html)

- Oops, it's over a year already, let's do a refresh
- Hilights:
- Python 3 migration
- Updated dr_ and stb_ libraries
- Changing volume while paused should now work
- Filters can now be queried for live parameters and ranges
- Set FPU flags in audio threads to ignore denorms, performance gain (can be disabled at runtime)
- New feature: ability to move live sounds from one bus to another (annexSound)
- New backend: JACK
- New backend: Nosound
- New backend: MiniAudio
- New demo: annex
- New demo: Filter Folio for playing with filters
- New audio source: Noise
- New filter: FreeVerb
- New namespace: Misc, including pseudorandom generator and waveform generator
- Monotone now has new waveforms
- Rewritten robotize filter
- Internal calls in Soloud class renamed to _internal to avoid confusion
- sdl headers now loaded as "sdl.h" instead of "sdl/sdl.h"
- Removed portmidi, using rtmidi instead (piano example)
- Added const in several places due to peer pressure
- WinMM backend no longer leaks resources if init fails
- Several queue fixes
- WASAPI backend fixes
- deprecated usleep -> nanosleep
- A lot of cppcheck, lgtm, pvs-studio and other static code analysis fixes
- A pile of smaller bug fixes and inevitably new bugs.

[soloud_20181119.zip](soloud_20181119.zip) <<- Download here (~47 MB)

Expand Down
2 changes: 1 addition & 1 deletion docsrc/htmlpost.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p>Copyright&copy;2013-2018 <a href="http://iki.fi/sol/">Jari Komppa</a></p>
<p>Copyright&copy;2013-2020 <a href="http://iki.fi/sol/">Jari Komppa</a></p>

<div class="advert">
<script type="text/javascript"><!--
Expand Down

0 comments on commit c8e339f

Please sign in to comment.