.. module:: sdl2.sdlmixer
:synopsis: SDL2_mixer library wrapper
sd2.sdlmixer - SDL2_mixer library wrapper
=========================================
The :mod:`sdl2.sdlmixer` module is a :mod:`ctypes`-based wrapper around
the SDL2_mixer library. It wraps nearly all publicly accessible
structures and functions of the SDL2_mixer library to be accessible from
Python code.
A detailed documentation about the behaviour of the different functions
can found within the `SDL2_mixer documentation
<http://www.libsdl.org/projects/SDL_mixer/docs/index.html>`_.
|