GLB sound API?

Previous topic - Next topic

bigsofty

2 quick questions...

What sound library does GLB use behind the scenes?

Is it used on all platforms?

Cheers,


Ian
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

Kitty Hello

3 different ones. DirectSound, SDL and OpenAL.

MrTAToad

Would it be easier to change Windows over to OpenAL instead of DirectSound ?

bigsofty

Which platforms use OpenAL?
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

Kitty Hello

Mac/iPhone use OpenAL. OpenAL is not supported on Windows natively, so you would need to distribute a DLL. I don't want that.

MrTAToad


bigsofty

Thanks fie the info Gernot.

Cheers,


Ian
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)