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)
commitb1fbcb9b913acc2eaa0f0df2dccd1710c9083206
tree20c027c25a53bebacf5220a8ef0ad2ce1a998170
parentc98d24a3ff300d43a882a1db7ad93e4e684d9ccc
parent4eeb066914fd2c0385294ae34b7ff4b98390f184
Merge: gamnit & sdl2: implement app::audio using SDL2 mixer

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