1. Home
  2. Browse
  3. sdl3-mixer

sdl3-mixer

v3.2.0#1Go to latest

An audio mixer that supports various file formats for Simple Directmedia Layer.

Install

Run the following Vcpkg command to install the port.

vcpkg install sdl3-mixer

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>)

Features

Dependencies

See source

Version

v3.2.0#1

Publication

Supports

All

GitHub

libsdl-org/SDL_mixer

Homepage

github.com/libsdl-org/SDL_mixer

Subtree

596c7b12a7

License

Zlib

Definition

Manifest