SFML community forums

Help => Audio => Topic started by: MPW on September 09, 2020, 05:21:51 pm

Title: Audio library source available?
Post by: MPW 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?
Title: Re: Audio library source available?
Post by: fallahn 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