Now that we have made basic game engine, our next assignment is to choose a complex system and implement it. The topics suggested are:

  • Threading
  • Cache Coherence
  • GPGPU
  • Behavioural Mathematics
  • Fuzzy Logic
  • Machine Learning
  • Networking
  • Audio
  • Automated Build Systems
  • Analytics
Initially I was interested in using AI, but I thought I should have a look at some of the others to see if they interest me. Audio grabbed my interest right away. In part to my slight addiction to anything Marvel these days and a Gif I saw on reddit recently (Nocturne Heartbeat), I am aiming for something along the lines of a DareDevil-ish interactive scene. Basically the scene will be almost blank, with objects that emit any sound also emit a wave/pulse, which then reveals the objects it interacts with.

FMOD looks to be the favored audio tool, they are also based in the same building as us, used in a number of AAA Games (World of Warcraft, League of Legends, and more) and GameEngines (eg. Unity and Unreal4).

Engines using FMOD Games using FMOD

The only issue I have had so far is that the only documentation/examples are from FMOD themselves. Their documentation and examples are very good but there are some topics I cannot find much on. So far the main issue I was having was the use of the Geometry engine built into FMOD, although through a lot of trial and error I have managed to get a cube around a sound source. With this geometry, we can control occlusion and reverberation through floating point values, the aim is to create a second unseen mesh on an object that can stop/slow sound (eg. a wall, glass pane).

Well all this would be lovely to have, we only have a few more weeks until it is due and I am still trying to fully figure out FMOD. I am having a lot of fun with this already so I am sure I will be able to get plenty done with it.