C++/SFML music change speed/tempo?

Whats the easiest way to play music and change its temp/playback speed with C++ or SFML? Thanks in advance!

1
2
3
4
5
//...
//Something like this:
music::load.file(music.mp3);
music::tempo(1.5);
//... 
are you asure you are talking about sfml ??
1
2
//more like
sf::music::LoadFromFile("music.mp3");

it is better to ask this at
https://en.sfml-dev.org/forums/index.php
yes, but i want to change the tempo/speed of the music, i'll ask there, i will come back with a question
Topic archived. No new replies allowed.