Skip to content

Commit b0ab4cf

Browse files
committed
README: updated for SDL3_mixer.
Fixes #708.
1 parent de5a1a0 commit b0ab4cf

File tree

2 files changed

+23
-31
lines changed

2 files changed

+23
-31
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+

README.txt

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)