Toujours dans le même esprit, dans la doc sur le sf::Listener on a :
// Move the listener to the position (1, 0, -5)
sf::Listener::setPosition(1, 0, -5);
// Make it face the right axis (1, 0, 0)
sf::Listener::SetDirection(1, 0, 0);
// Reduce the global volume
sf::Listener::SetGlobalVolume(50);