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

Author Topic: Where is OpenAL?  (Read 1628 times)

0 Members and 2 Guests are viewing this topic.

Aquacalvin

  • Newbie
  • *
  • Posts: 21
    • View Profile
Where is OpenAL?
« on: March 13, 2014, 10:21:24 pm »
Hey everyone! I am finally wanting to incorporate sound in my games. I have a question though. Where is OpenAL, how do I get it, and do I just plop the file in my project folder? Thanks.
Calvin

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 11029
    • View Profile
    • development blog
    • Email
Re: Where is OpenAL?
« Reply #1 on: March 13, 2014, 10:48:41 pm »
OpenAL gets shipped with the SFML source code or SDK packages. It can be found for example here.

To use SFML's audio module, you simply link against the SFML audio module, like you would with any other module and then copy the libsndfile and OpenAL DLLs next to your executable. :)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Aquacalvin

  • Newbie
  • *
  • Posts: 21
    • View Profile
Re: Where is OpenAL?
« Reply #2 on: March 14, 2014, 12:45:35 am »
Thanks! I got it to work!

 

anything