Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
General
»
Where is OpenAL?
Print
Pages: [
1
]
Author
Topic: Where is OpenAL? (Read 1627 times)
0 Members and 1 Guest are viewing this topic.
Aquacalvin
Newbie
Posts: 21
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
Logged
eXpl0it3r
SFML Team
Hero Member
Posts: 11029
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.
Logged
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
Re: Where is OpenAL?
«
Reply #2 on:
March 14, 2014, 12:45:35 am »
Thanks! I got it to work!
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
General
»
Where is OpenAL?