SFML community forums

General => SFML projects => Topic started by: binary1248 on March 29, 2015, 04:01:25 pm

Title: Looping Sound
Post by: binary1248 on March 29, 2015, 04:01:25 pm
Since not everybody is automatically notified of wiki changes:

I implemented a proof-of-concept Looping Music class that provides the same interface as the one proposed in pull request 629 (https://github.com/SFML/SFML/pull/629).

It can be found here (https://github.com/SFML/SFML/wiki/Source%3A-Looping-Music).

If you want to test it out without too much effort, just replace the code from the SFML sound example with it, build and run it.