[Openal] What goes after main()?

Sven Panne Sven.Panne at BenQ.com
Wed Jan 18 07:12:27 PST 2006


If you are just starting to use OpenAL, ALUT is definitely the way to go
as it takes away the burden of device/context-management, file loading,
etc. But one small warning: The tutorial mentioned below uses the old,
deprecated ALUT API. The new ALUT implementation still supports it, but
if possible, avoid learning the deprecated stuff. :-) The ALUT spec
(http://www.openal.org/openal_webstf/specs/alut.html) even has a 16-line
"Hello, world" program, and the ALUT sources
(http://www.openal.org/downloads.html) come with another example, which
simply plays a given sound file (currently ALUT supports
*.wav/*.au/*.raw, but this will be expanded in the future).

If somebody else has an example program using ALUT, I'd be more than
happy to incorporate it into the next ALUT release.

Cheers,
   S.

> -----Original Message-----
> From: openal-admin at opensource.creative.com 
> [mailto:openal-admin at opensource.creative.com] On Behalf Of Jebus
> Sent: Mittwoch, 18. Januar 2006 14:40
> To: openal at opensource.creative.com
> Subject: Re: [Openal] What goes after main()?
> 
> Google is your friend. Here is a nice tutorial to get you started.
> http://www.edenwaith.com/products/pige/tutorials/openal.php
> 



More information about the Openal mailing list