sdl3-mixer v3.2.0
- Created
- Updated
An audio mixer that supports various file formats for Simple Directmedia Layer.
# Usage
sdl3-mixer provides CMake targets:
find_package(SDL3_mixer CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SDL3_mixer::SDL3_mixer>,SDL3_mixer::SDL3_mixer,SDL3_mixer::SDL3_mixer-static>) # License
# Supported Platforms
All platforms are supported
# Features
No default features set.
# fluidsynth
Use FluidSynth to play MIDI audio format.
Dependencies:
and 2 transitive dependencies:
alsa (by fluidsynth )
Platforms:
linux- gcem (by fluidsynth )
Host Dependencies:
4 transitive dependencies:
- vcpkg-cmake (by vcpkg-cmake-get-vars )
- vcpkg-cmake-config (by gcem )
- vcpkg-cmake-get-vars (by vcpkg-make )
- vcpkg-make (by alsa )
# libflac
Use libflac to play FLAC audio format.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libogg )
- vcpkg-cmake-config (by libogg )
# libvorbis
Use libvorbis to play Vorbis audio format.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libogg )
- vcpkg-cmake-config (by libogg )
# libxmp
Use libxmp to open MOD files.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libxmp )
- vcpkg-cmake-config (by libxmp )
# mpg123
Use mpg123 to play MP3 audio format.
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by mpg123 )
- vcpkg-cmake-config (by mpg123 )
# opusfile
Use opusfile to play Opus audio format.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by libogg )
- vcpkg-cmake-config (by libogg )
# wavpack
Use wavpack to play WAV audio format.
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (by wavpack )
- vcpkg-cmake-config (by wavpack )
# Dependencies
sdl3
Features: (none)
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
Ada Tufankjian