A hands-on guide to audio programming in game development with the FMOD audio library and toolkit Overview Add audio to your game using FMOD and wrap it in your own code Understand the core concepts of audio programming and work with audio at different levels of abstraction Work with a technology that is widely considered to be the industry standard in audio middleware In Detail Audio plays a fundamental role in video games. From music to sound effects or dialogue, it helps to reinforce the experience, convey the mood, and give feedback to the player. Presently, many games have achieved commercial success by incorporating game sounds that have enhanced the user experience. You can achieve this in your games with the help of the FMOD library. This b...