SFML community forums

Help => Audio => Topic started by: clement on January 11, 2012, 03:04:14 pm

Title: No default Device
Post by: clement on January 11, 2012, 03:04:14 pm
Hi,

I just wanted to know if there is a possibility to check if there is a default audio device before create a new sf::music class.

Because my problem is that the computer i'm working on don't have default device so the sf::music makes me crash :S

Anybody have an idea ?

Thanks,
Title: No default Device
Post by: Laurent on January 11, 2012, 03:13:07 pm
This is currently not supported by SFML.
Title: No default Device
Post by: clement on January 12, 2012, 11:26:20 am
Arf

And there is no tricks for check ?
Title: No default Device
Post by: Laurent on January 12, 2012, 12:02:19 pm
Either use another audio library to check, or modify SFML.