Tagged Questions
0
votes
0answers
171 views
I'm using OpenAL, trying to load a .ogg file and having .dll troubles
I'm using OpenAL for my game's music, and it loads .wav files by default, but to load in Ogg files I had to download and setup a few .dlls and lib files. I have fixed all errors with dlls except for ...
5
votes
1answer
1k views
OpenAL - alGetSourcei and AL_BUFFERS_PROCESSED gives junk
Posted this question on SO but got no answers. Maybe somebody can help me here.
I recently had a well-working program which streamed WAV and Ogg sounds with OpenAL. I then decided to abstract the ...