Advertisement

Latest Pipeline Activity

enigma_dev
April 04, 2022 12:53 PM
DevBlog 21 - Writing a simple Audio System in OpenAL




Adding audio to my engine.  

I used OpenAL as the API is similar to OpenGL, the graphics API of this project.

I've added sounds to ship engines, lasers, explosions, UI, and more.

OpenAL makes Doppler effects easy, it just works out of the box.  

I know there isn't sound in space, but I'm take…

13,856 views
Advertisement

Well, the one thing I learned was that I can create the hard-coded Pool-type arrays by using nothing as the initializer:

var myPool : PoolColorArray

It's also the case that anything marked "export" in the class will be visible in the editor, and read/write by the serializer. This means that "editing…

4,347 views
Advertisement
Advertisement