There are lots of disciplines involved in game development - and figuring out how they relate to your work in game audio can be a bit of a challenge, especially when you're just starting out. To help give you a better understanding of the various roles in relation to game audio, Ashton Mills has written an excellent, straightforward glossary, and he's kindly allowed us to share it here on the blog:
ย
Speaking the game development โlanguageโ
I often get contacted by people who are interested in getting into game audio for some advice on starting up and moving forward which is great, and although Iโve only got a few years under my belt, Iโm keen to attempt to help where I can because I was given so much fantastic input from the game audio community when I was trying to get my foot in the door. I believe that language is at the core of everything we do in life, and so much of learning, whether itโs a new skill or a craft weโve been honing for many years, is speaking the โlanguageโ of that subject.
For working in the games industry this includes specific game-dev-related terminology but also an understanding of how all the bits fit together. This is often overlooked by aspiring audio folks in favour of focusing on the development of the hard skills you need to do the craft. But game development is a multi-disciplinary field, and thus a great deal of communication between different teams is required make games happen.
Understanding of how all the bits fit together [โฆ] is often overlooked by aspiring audio folks in favour of focusing on the development of the hard skills you need to do the craft
Thus, a big part of being experienced is actually about having the language to communicate with people. You pick so much of this language passively when you start working in a studio, but itโs actually very important to have a grasp of some it in the early days of your journey into the industry so that are able to have conversations and connect with people.
It can be hard to learn the language on your own, because you need to hear people use words and phrases that you donโt know before you can look them up: you donโt know what you donโt know. I though it might be interesting and helpful to put together a bit of a glossary of terms, things and job roles, and how they relate you as a game audio professional. Iโve ambitiously put โPart 1โ in the title in the hope that Iโll have the time to do other parts, with a few different glossaries that go over different areas. This first one is about disciplines other than audio, and how what they do relates to your role in sound.
 ย 
Game Development roles and how they relate to audio
This is based on my own experiences. Different companies work in different ways, and even different game teams within the same studio will differ in how they work and how there are structured. This is more focussed on mid to large sized game studios rather than small indie teams where you have a small number of people wearing loads of hats. It is worth noting as well that of course all disciplines relate to all other disciplines in some respect, but Iโve outlined the key ones that come up in relation to the day-to-day life of an in-house game audio designer. If you work in one of these disciplines and my description of your role is offensively over-simplified: my apologies in advance!
ย
The Game Designerโs role in game development: These folks work on the core fabric of the game. Their work defines what all the other creative and technical disciplines will do. On a high level they will do things like decide on direction and vision of the game, design puzzles, combat systems, character classes etc. On a lower level things like how much damage a weapon does and what it looks and sounds like, how fast your character moves, the layout of the controls etc.
How it relates to game audio: A huge number of decisions made by game designers will inform your work as an audio designer. They will be the go-to person to discuss what things need to sound like and in many ways your role is to bring sound to their vision of the game.
ย
The VFX Artistโs role in game development: They make all the pretty stuff that pops up on screen: explosions, muzzle flash, little puffs of debris behind playersโ footsteps, bits of highlighting to draw your attention to things, magic spells etc, numbers that popup on screen to show how much damage you dealt etc.
How it relates to game audio: There is a very close link between VFX and audio. What one does will heavily influence the other, and they tend to go hand in hand. This means to need to be communicating a lot to coordinate what youโre doing, and negotiating access to the files as youโre often needing working on the same things around the same time.
ย
Localisationโs role in game development: Translates the game into different languages.
How it relates to game audio: If your game has localised VO, obviously youโll need to work with the loc team. Even if thereโs only one language voiced, if you end up editing any scripts in VO sessions, the loc team will need to know so they can edit the subtitles.
ย
The Animatorโs role in game development: They make game object move.
How it relates to game audio: The link between animation and audio is crucial. The majority of SFX in game (in everything Iโve worked on at least) are triggered from animations. For that youโll need write access to animation sequence files so you need to negotiate with animators as you might not be able to work on the same files at the same time. For most things itโs not possible to do a proper audio pass until youโve got the animation for the respective job, and if that animation changes at all you need to iterate on the audio again so that everything stays in sync.
TL;DR: get to know the animators well because you need to communicate a lot.
ย
The Narrative Designerโs role in game development: They write the dialogue and the stories and the lore of the game.
How it relates to game audio: If your audio design role involves working on VO then there is back-and-forth with narrative designers, from higher level things like casting characters and helping to decide on game hooks for dialogue trees down to them sitting in on VO sessions to help actors with how to pronounce and deliver the dialogue they wrote.
ย
The Producerโs role in game development: Organises and manages the pipeline, so that everybody is working on the right things at the right time. Uses a project management tool (JIRA) to oversee what everybody is up to and keep things moving forward.
How it relates to game audio: As an audio designer your work on a game will need to be broken down into potentially thousands of smaller tasks, and for many of these you will be depending on somebody else to finish their work before you can start yours. Producers are there to minimise any blockers and make sure everybody can work effectively on whatever is the highest priority at the time, and manage deadlines and the break down of projects into manageable chunks.
ย
Quality Assurance (QA)โs role in game development: Tests all the content that goes into the game and makes sure everything is working as intended, and to feedback their findings to the appropriate person (programmer, designer, animator audio designer etc). These people are the lifeblood of the game, never underestimate their importance and expertise.
How it relates to game audio: When you finish a task QA will then need to check it to make sure youโre doing what you intended to do. You need to communicate with them to let them know how to test your work and what the acceptance criteria are, and they need to communicate with you with feedback and if there are any bugs or omissions in the audio. Some companies have dedicated audio QA but most of the time this is not the case. The better your relationship with QA, the better the end result is going to be.
ย
The Gameplay Programmer / Audio Programmerโs role in game development: They write and maintain the code that makes the game (/audio) work.
How it relates to game audio: Every sound you make will need to be triggered by the game code in some way, regardless of whether you use middleware or not. Programmers will help you make that happen. Even if your implementation skills are really hot and you can hook up everything yourself using code/visual scripts or animations, youโll likely still have a lot of dialogue with the programming team because they will have an overarching vision on how to keep the game code clean, efficient and reusable. An audio programmer is dedicated specifically to supporting the audio team, whereas gameplay programmers will be supporting you alongside all the other things they do. Audio programmers often come with other audio code skills beyond implementation as well such as DSP and building tools to improve the audio pipeline, and you will love them dearly.
ย
The Engine/Tools Programmerโs role in game development: They write and maintain the code that makes the software that everybody else uses to create the game.
How it relates to game audio: A tools programmer might create the application that you use to sync audio to an animation, or to place sounds in a game level for example. An engine programmer might be working on the deep-level stuff to do with how audio plays in the game. Youโll have much more of a relationship with this team if youโre using a proprietary game engine rather than a third party engine but even if you are using Unity or Unreal your paths may cross as bugs and issue come up, or for utilising more advanced middleware features, debugging or making custom tools for your workflow.
ย
Community Management (CM)โs role in game development: They talk to the players, manage social media and generally are the public face of the game team.
How it relates to game audio: Game communities of today have an appetite to see what happens behind the scenes and discuss the game with its creators and this can sometimes mean there being a dialogue between players and the audio team. Examples from my own experience include appearing on company live streams and panels at live events to discuss all things audio, taking questions from players through an exclusive forum for prime members and chatting to players when they come in for tours around the studio, all organised by the CM team.
ย
Video/Marketingโs role in game development: Makes the videos and trailers that get released to the world promote the studio and its products.
How it relates to game audio: These videos will need audio! The audio team is responsible for every noise that comes out of the company. Some studios have dedicated post-production audio people to work on the โlinear mediaโ (i.e.: not the in-game audio) and some have the game audio team working on this content. Either way there is often a strong relationship between the two teams.
ย
The Environment Artistโs role in game development: Making the props and scenery that go into game levels.
How it relates to game audio: If youโre working on ambience then what the environment artists make and where they place it will inform how you design the audio. Youโll both need to have write access to the map files for quite a long time in order to place your objects in, and usually these are locked so that only one person can edit them at a time, so Iโve found environment artists to be another one I need to communicate with a lot so that we donโt block each other, and if you have a good rapport with them then they will be more likely to inform you if they make any audio-breaking changes such as moving or removing things youโve mapped audio down for.
ย
The Concept Artistโs role in game development: They take the designersโ words about how things in the game should look and turn them into pictures that the rest of the art team (character, environment, VFX artists and animators) then use as a reference for their work. This is everything from weapons and environment props to creatures and players.
How it relates to game audio: Often (as always Iโm talking from my experience) the rest of the art work on a particular job will be done before you start working on the audio, so you have completed models with animations and VFX all ready to go to design sound to, however it happens a lot that you need to be designing, or at least starting to design sound for things at the same time as the art team are doing their stuff. Concept art can be extremely helpful in giving you inspiration and reference for the sounds you need to make.
ย
I hope this has been helpful. If you have any questions, or if you feel Iโve missed something or what Iโve written varies quite a lot from your experience then feel free to get in touch at [email protected]
ย
Ashton Mills is an Audio Designer at Jagex, a game studio based in Cambridge UK, where he works on soudn design, VO and implementation across a range of game projects. (All thoughts and opinions are his own and not that of Jagex.). Learn more about him on LinkedIn here, and on Soundlister here.
ย 
ย  
Power Lists - essential audio resources and insights:
โขย The Sound Design Power List
โขย The Game Audio Power List
โขย The Film Sound Power List
ย
ย Succeed in sound:
โขย How to Set (and Get) the Right Price for Your Audio Work
โขย 10 Essential Tips for Game Audio Freelancers
โขย How to be a successful sound designer โ with Scott Gershin
โขย How To Actually Live as an Audio Freelancer โ by Melissa Pons
โขย How to set your sonic creativity free & overcome creative inhibitions โ by Mark Kilborn
โขย 5 Useful Tips for Upcoming Sound Designers and Sound Editors
โขย Sound Opinions: How to get game audio pricing right
โขย Building a successful audio post studio โ with Kate Finan and Jeff Shiffman
โขย Rebuilding your studio: Goals, tips and lessons learned
โขย Creating audio for games โ with Martin Stig Andersen
โขย A life in sound: How to foster creativity and protect yourself from burning out โ with Chance Thomas
โขย Better audio work habits: How a Wacom Tablet can help reduce the risk of Repetitive Strain Injury (RSI)
โขย Better audio work habits: How a sit & standing desk can reduce your sedentary studio life
โขย Tips and thoughts on running your own audio post production house โ with William McGuigan
โขย 30+ year audio veteran Andy Greenberg, on building client relationships in the advertising industry
โขย 7 Sound Alternatives to Working For Free
โขย Audio Outsourcing Success: Essential Tips, Thoughts and Working Practices from Adele Cutting
ย
ย
โขย How to succeed in UI/UX Sound Design, ADR Recording, & Audio Programming
โขย How to succeed in sound design for Film, Documentaries, and Trailers
โขย How to succeed in sound design for Games, Animation, and Television
โข How to succeed in Field Recording, Foley, and Teaching Sound
โขย How to succeed in Audio Branding, Music Editing, and sound for VR
โขย How to succeed in Theater Sound Design, Podcast Sound Design, and Podcast Production
โขย How to succeed in Sound Editing, Sound for Advertising, and Production Sound
โขย How to succeed in Sound Editing, Sound for Advertising, and Production Sound
โขย The Composer Success Series: Composing for Film โ ft. Pinar Toprak, Nainita Desai, & Jonathan Snipes
โขย The Composer Success Series: Composing for TV โ ft. Charlie Clouser, Sherri Chung, & Cindy OโConnor
โขย The Composer Success Series: Composing for Theatre โ ft. Elyssa Samsel, Kate Anderson, and Daniel Kluger
โขย The Composer Success Series: Composing for Games โ ft. Inon Zur
ย
โขย The โQuit Aspiringโ book โ by Adam Croft
โขย How to get hired in game audio โ thoughts and insights from your potential employerโs perspective
โขย Why gear is not the ticket to entry in the game audio community
โขย 4 Effective Ways to Break into Game Audio
โขย Tips for Creating a Perfect Resume for Audio Industry Jobs
โขย Yet Another Game Audio Hiring Article โ by Ariel Gross
โขย 5 Tips for Getting a Job in the Audio Industry
โขย Applying for a job in game audio โ by Matthew Florianz
โขย Freelance Game Audio: Getting Started and finding work โ by Ashton Morris
โขย How to get started (and make it) in game audio โ 10+ fundamental questions answered by Akash Thakkar
โขย Courses: How to network and get paid for your work in the game industry โ by Akash Thakkar
โขย How to Craft a Perfect Cover Letter for Audio Industry Jobs
ย
ย
โขย Get the weekly Audio Jobs newsletter
โขย Join the Audio Jobs Facebook group
ย
ย
ย
โขย Upload your demos to Soundcloud
โขย Upload your demos to ReelCrafter
ย
ย
ย
โขย Find interesting audio events around the world
โขย Find other audio pros around the world
ย
ย
โขย How to prepare for โ and power through โ a layoff in the game audio industry, with Brian Schmidt:
โขย How to Survive a Game Audio Layoff โ insights from Damian Kastbauer
โขย What itโs like to be laid off from your video game studio
โขย What To Do Before and After Being Laid Off
โขย Facebook Group: Survival Skills for Creatives
ย
ย
ย
โขย How To Learn Game Audio Online โ A talk with Game Audio Educator Leonard Paul
โขย Hear the very best podcasts about sound
โขย Read the 100s of sound stories and guides on the A Sound Effect blogย (search for stories here)
โขย Browse Industry Data: Game Music and Sound Design Salary Survey Results
โขย Browse 100+ Sound Design Guides
โขย Find essential books about sound โ for film, games and audio post production
โขย Get tips and ideas for making your own sound effects
โขย Use the Audio Events Calendar to find audio-related events around the globe
โขย Get a steady stream of great sound stories from the community
โขย Discover 1000s of sound libraries from the independent sound community
โขย Take online courses in Wwise, FMOD Studio, Unity, Pure Data & Unreal at the School of Video Game Audio
ย
ย
ย
โขย Sound effects survey results: Here are 90+ ideas for new SFX libraries
โขย How to create an indie sound bundle
โขย The quick-start guide to adding sound FX library metadata
ย
โ Back to top
