Skip to content
Hapaxia edited this page May 18, 2025 · 6 revisions

Welcome to the SFML Sound System wiki!

by Hapaxia (2016-2025)

A simple sound system to be used with SFML (version 3) that allows sounds and music to be assigned and then triggered with simple calls. Music can also automatically cross-fade when starting a different one when one is already playing.

Have a look at the page explaining the Basic Usage

Note that if you use the "header-only" branch, you can use the single "SfmlSoundSystem.hpp" file alone; it contains the entire system.

Clone this wiki locally