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

Author Topic: Audio library source available?  (Read 4020 times)

0 Members and 1 Guest are viewing this topic.

MPW

  • Newbie
  • *
  • Posts: 1
    • View Profile
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?

fallahn

  • Sr. Member
  • ****
  • Posts: 492
  • Buns.
    • View Profile
    • Trederia
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