Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Change OpenAL Device  (Read 3448 times)

0 Members and 1 Guest are viewing this topic.

ronag

  • Newbie
  • *
  • Posts: 24
    • View Profile
Change OpenAL Device
« on: January 16, 2011, 01:01:08 pm »
I'm using SFML 1.6 in my project and I would like to be able to choose which output device should be used by sf::SoundStream.

As SFML 1.6 doesnät seem to support this I'm wondering if there is a way that I can change the the active al device to one I have created through something like alcMakeContextCurrent.

Is this possible? And if so I'd appreciate some tips on how to go about it.