Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
Audio
»
Audio library source available?
Print
Pages: [
1
]
Author
Topic: Audio library source available? (Read 4876 times)
0 Members and 1 Guest are viewing this topic.
MPW
Newbie
Posts: 1
Audio library source available?
«
on:
September 09, 2020, 05:21:51 pm »
Is the Audio Library source code available (presumably in C++)? I only see headers for accessing library members, but not the source. For example, I would like to see how Sound::play() works. It seems to call alSourcePlay(), but where is that?
Logged
fallahn
Hero Member
Posts: 507
Buns.
Re: Audio library source available?
«
Reply #1 on:
September 09, 2020, 07:27:33 pm »
Yes. The source for SFML's audio library is here:
https://github.com/SFML/SFML/tree/master/src/SFML/Audio
and the source for the OpenAL library is here:
https://github.com/kcat/openal-soft
Logged
Twitter
Super Video Golf
Tiled Map loader
Print
Pages: [
1
]
SFML community forums
»
Help
»
Audio
»
Audio library source available?