Reputation: 122580
I have a JOGL app, and I'd like to programmatically play audio files. Is this possible?
Upvotes: 0
Views: 996
Reputation: 1
JOGL is for 2D and 3D graphics renderer, but does not include audio stream. If you want to deal with audio, JOAL come in handy!
Upvotes: 0
Reputation: 8642
JOGL (and OpenGL in general) is not an audio library. Perhaps you want JOAL?
Upvotes: 5