File tree Expand file tree Collapse file tree 2 files changed +23
-31
lines changed Expand file tree Collapse file tree 2 files changed +23
-31
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # SDL_mixer 3.0
3
+
4
+ The latest version of this library is available from GitHub:
5
+ https://github.com/libsdl-org/SDL_mixer/releases
6
+
7
+ SDL_mixer 3.0 ("SDL3_mixer") is an audio management library. It provides
8
+ decoding of many popular audio file formats, mixing, various DSP processing
9
+ effects and positional audio.
10
+
11
+ Audio data can be preloaded, or streamed on-the-fly into the mixer.
12
+
13
+ SDL3_mixer supports multiple audio devices, and can even mix to a memory buffer
14
+ instead of feeding audio hardware in real time.
15
+
16
+ SDL3_mixer is a complete redesign, rewritten almost from scratch to address
17
+ deficiencies in SDL2_mixer. The API is completely different and, in our
18
+ opinion, a significant improvement in power and ease of use. Please refer to
19
+ docs/README-migration.md for details on how to migrate your program to the new
20
+ API.
21
+
22
+ This library is under the zlib license, see the file LICENSE.txt for details.
23
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments