Latest openal Activity
Video Converter Online is a great tool for anyone who needs to convert video files from one format to convert files. It's fast, easy to use, and supports a wide range of video file types. Plus, it's available online so you can access it from anywhere.
mattstone2728 said:
Because today I learned, you don't even have to touch your project for a bug to arise.
I can confirm it's normal projects tend to rot if you don't touch them for years. Mostly due to libraries or other 3rd party stuff.
The last big issue i've had was with Havok physics. I've …
It's over, I've finally completed my from scratch game project!
The final stretch has been far from glorious.
Rather than making features, it has been nonstop bug fixing.
To reach feature complete, I started just writing down non critical bugs rather than fixing them.
But after feature complete, I star…
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…
When I started game engine development, many thought it was impossible for one person to build a game engine. But I proved that I could build a game engine with an old computer without a budget. Of course, there is still a lot of work to be done.
Vanda Engine is a free and open source game engine fo…
Solved, it was a simple mistake, I should have used alListenerfv instead of alListenerf, and not use playerOrientation[0], just playerOrientation
I'm working on a system in OpenAL that manages multiple audio sources, each with its own unique level of reverb. I want to reuse the same reverb effect preset per scene (for example, inside a cave, I would use the same reverb effect with the EFX_REVERB_PRESET_CAVE preset), but I want to update the …