SFML community forums

Help => Audio => Topic started by: tomjscott on August 30, 2016, 10:03:56 pm

Title: Specify Audio Device
Post by: tomjscott on August 30, 2016, 10:03:56 pm
Is there a way to specify which audio device to play sounds to? Can I have multiple audio devices?
Title: Re: Specify Audio Device
Post by: Hapax on August 31, 2016, 09:35:25 pm
It seems not and that it is only possible when recording (http://www.sfml-dev.org/documentation/2.4.0/classsf_1_1SoundRecorder.php#a8eb3e473292c16e874322815836d3cd3).
Title: Re: Specify Audio Device
Post by: Mario on August 31, 2016, 10:22:57 pm
No, at least not yet. By default SFML will just playback to your default device exposed by OpenAL.