1
Audio / 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?