Merge: gamnit & sdl2: implement app::audio using SDL2 mixer
authorJean Privat <jean@pryen.org>
Mon, 29 May 2017 15:07:14 +0000 (11:07 -0400)
committerJean Privat <jean@pryen.org>
Mon, 29 May 2017 15:07:14 +0000 (11:07 -0400)
Intro a decent implementation of `app::audio` for desktop computers using SDL2 mixer. It supports WAV, MP3, OGG and more. The underlying SDL2 mixer bindings are minimal, they offer only the required features, more can be added as needed.

Clients of the gamnit framework will need to `apt-get install libsdl2-mixer-dev`.

Pull-Request: #2466


Trivial merge