Nick Heiner
Nick Heiner

Reputation: 122580

Sound with JOGL?

I have a JOGL app, and I'd like to programmatically play audio files. Is this possible?

Upvotes: 0

Views: 996

Answers (3)

ACs Dev
ACs Dev

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

Mike Daniels
Mike Daniels

Reputation: 8642

JOGL (and OpenGL in general) is not an audio library. Perhaps you want JOAL?

Upvotes: 5

gouessej
gouessej

Reputation: 4105

JOAL is here, no more on java.net.

Upvotes: 1

Related Questions