All Articles

Blog

How to Create a CV That Gets You Noticed in Audio & Music Tech

Your CV is the first thing a hiring manager sees – so it needs to work hard. This guide covers exactly what audio developers, DSP engineers and plugin creators should include to stand out and land the interview.

Tessa Rowe

10

·

All Content

News

How to Create a CV That Gets You Noticed in Audio & Music Tech

Your CV is the first thing a hiring manager sees – so it needs to work hard. This guide covers exactly what audio developers, DSP engineers and plugin creators should include to stand out and land the interview.

Tessa Rowe

10

·

All Tutorials
Article

How to Create a CV That Gets You Noticed in Audio & Music Tech

SHARE THIS
Speakers
No items found.
SHARE THIS
Speakers
No items found.
All Meetups
Article

How to Create a CV That Gets You Noticed in Audio & Music Tech

SHARE THIS
Speakers
No items found.
SHARE THIS
Speakers
No items found.

Breaking into the audio industry can feel intimidating, especially when your CV is the first (and sometimes only) thing a hiring manager sees. A strong CV dramatically increases your chances of landing an interview, whether through The Audio Programmer or direct applications.

This guide walks you through exactly what audio developers, DSP engineers and plugin creators should include to stand out in a competitive industry.

1. Understand What Hiring Managers Actually Look For

Hiring managers and recruiters are usually handling a lot of applications, so they want to see key information at a glance. When they first open your CV, they're mainly looking for three things:

  • Skills: the technologies, frameworks and tools you can use
  • Experience: evidence that you've applied those skills
  • Impact: what you contributed, improved or delivered

If these aren't immediately visible, your CV risks being overlooked, even if you're highly capable.

2. Keep It Clear, Simple, and Easy to Scan

Hiring managers in audio are often developers themselves, which means they value clarity far more than decoration.

Do:
  • Use clean headings and consistent formatting
  • Stick to 1–2 pages
  • Use bullet points instead of dense paragraphs
  • Include links (GitHub, portfolio, LinkedIn, website)
Avoid:
  • Long personal statements
  • Tiny fonts or complex layouts
  • Over-stuffed tech lists
  • Burying key information at the bottom

A clean CV shows you can communicate well. That's a skill every audio team values.

3. Put Your Technical Skills Front and Centre

Your core tech stack should be instantly visible.

  • Core Skills: C++, JUCE, DSP, audio algorithms, plugin development (VST3 / AU / AAX)
  • Tools: Git, CMake, Xcode, Visual Studio, CI/CD tools
  • Specialisms (if applicable): Machine learning for audio, spatial audio, embedded systems, iOS audio, HISE, Max/MSP, MIR

If you're early in your journey, only list skills you can actually demonstrate. Hiring managers can spot inflated skill sections quickly.

4. Show Real Projects and Trustworthy Code

The biggest barrier to getting hired in audio is a lack of demonstrable work. Hiring teams want to see plugins you've built, DSP algorithms you've implemented, university or bootcamp projects, open-source contributions, prototypes and experiments, and completed modules from TAP courses or books.

For each project, explain:

  • What it does
  • What you contributed
  • Technologies used

Link everything to GitHub, videos or demos. Two strong, well-explained projects often outperform a long CV with no evidence of practical ability.

What makes a project stand out

Beyond just having projects, the way you present your code builds trust with hiring managers. Where possible, include:

  • Clean, readable repositories with documentation or README files
  • Meaningful commit histories that show how you work
  • Unit tests where appropriate
  • Well-structured version control

This signals that you write maintainable code, not just quick prototypes.

5. Advice for Junior Developers vs Experienced Engineers

The expectations for a junior developer are very different from those for a senior engineer.

For Junior Developers

Your goal is to show progression, curiosity and practical learning. Highlight:

  • Personal projects that apply DSP or C++ concepts
  • Coursework, bootcamps or self-directed learning (TAP books, courses, JUCE resources)
  • GitHub repos that show consistency and improvement
  • Clear explanations of your contributions to group work
  • Any relevant experience: music production, electronics, maths

Show that you're developing real ability and that you can already solve small problems independently.

For Experienced Developers

Your focus should be impact, ownership and depth. Highlight:

  • Plugins or products you've shipped
  • Technical decisions you owned (architecture, DSP design, optimisation)
  • Performance improvements you implemented
  • Specialisms (filters, convolution, ML, oversampling, spatial audio, mobile audio, embedded systems)
  • Collaboration with product, QA, UX or sound teams
  • Leadership contributions such as mentoring or code reviews

Show that you can ship maintainable, high-quality audio software with confidence.

6. Quantify Your Contributions

Where possible, include numbers, improvements or outcomes. It instantly strengthens your CV.

Instead of: "Worked on plugin architecture and DSP."Write: "Redesigned filter architecture using biquad processing, reducing CPU usage by 30%."

Instead of: "Contributed to the team's audio engine."Write: "Integrated convolution reverb into the product's audio engine, reducing memory usage by 40% compared to the previous implementation."

Numbers tell a story quickly.

7. Tailor Your CV for Audio, Not General Software

General software CVs often miss the strengths audio teams look for. Include:

  • DSP concepts you've worked with (filters, FFT, convolution, oversampling)
  • Platforms you've built on (JUCE, HISE, Unity/Wwise, iOS audio)
  • Audio production, sound design or music background
  • Plug-in formats or engine integrations
  • Relevant education or courses

Audio development sits at the intersection of engineering and creativity. Show that you understand both.

8. Avoid Common Red Flags

These issues often lead to quick rejections:

  • Listing technologies like "AI", "DSP" or "C++" without evidence of using them
  • Typos or formatting inconsistencies
  • Overly complex or "creative" layouts
  • Copy-pasted responsibilities with no achievements

A good CV is about clarity, honesty and proof.

9. Keep Personal Statements Short (Optional)

If you include one, limit it to two sentences. Here's an example that works well:

"C++ and DSP developer focused on building high-quality audio tools. Passionate about plugin development, efficient code and solving creative technical challenges."

10. Get a Second Pair of Eyes (Preferably Technical)

A reviewer – whether a mentor, another engineer or a TAP team member – can help catch technical inaccuracies, confusing explanations, formatting errors and details hiring managers expect but don't see.

If you're applying through The Audio Programmer, we can help refine your CV before it reaches a studio or client.

Conclusion

A strong CV doesn't have to be long. It needs to be clear, relevant and backed by real work. In audio, practical examples and clean communication often matter more than years of experience.

Present your skills and projects so they're easy for hiring managers to process, and you'll significantly increase your chances of landing that interview. If you'd like feedback on your CV, get in touch with us using the Contact Us button above. We're here to help you take the next step.

Career
Music Tech
Education
Audio Software Development
Job Search

Tessa Rowe

More Tutorials

View All

Building an Audio Plugin with Claude Code: A Vibe Coding Experiment

Josh tries “vibe coding” an audio plugin from scratch using Claude Code with no hand-written code, and shares what worked, what broke, and how the workflow shifted his mindset from developer to curator.

This is some text inside of a div block.

Build This Awesome Sampler Plugin | Part 2: Loading and Playing Samples

Learn to build a JUCE sampler plugin: set up the Synthesiser class, load samples from BinaryData, map MIDI notes with BigInteger, and create reusable loading functions.

This is some text inside of a div block.

Build this Awesome Sampler Plugin | Pt 1: Intro

Episode 1 outlines the sampler’s features and architecture and walks through the initial C++/JUCE project setup – the perfect starting point for intermediate developers building a real audio plugin from scratch.

This is some text inside of a div block.

How to Create an Audio Plugin Part 0: What is the JUCE Framework?

This article introduces beginners to the JUCE Framework, showing how it simplifies building cross-platform audio plugins and helps creators turn their musical ideas into professional software.

This is some text inside of a div block.
View All

More Meetups

View All

Monthly Meetup (April 13, 2021)

Processing Sound on the GPU by Alexander Prokopchuk (CTO, Braingines), Basil Sumatokhin (CPO, Braingines), and Alexander 'Sasha' Talashov (Technology Architect, Braingines)

This is some text inside of a div block.

Monthly Meetup (May 11, 2021)

Spectral Subtraction In Python by Alexx Mitchell (Audio Software Engineer, Madison Square Garden) and Beyond The Code with Céline Dedaj (Spazierendenken).

This is some text inside of a div block.

Monthly Meetup (Jun 8, 2021)

SignalFlow DSP Engine by Daniel Jones (Audio Software Engineer, Independent) and Beyond The Code with Matt Tytel (Vital Synth).

This is some text inside of a div block.

Monthly Meetup (July 13, 2021)

Beyond The Code with Gerhard Behles (CEO, Ableton) and Nestup—A Language for Musical Rhythms by Sam Tarakajian & Alex Van Gils (Cycling '74).

This is some text inside of a div block.
View All

More News

View All

API London

An evening focused around building the future of music and audio apps, plugins, and creative tools.

This is some text inside of a div block.

Steinberg VST3 & ASIO SDKs Go Open Source

Steinberg announce licensing changes that will have a huge impact for audio software developers.

This is some text inside of a div block.
View All

More Articles

View All

Why Work With a Recruiter in Audio Tech Industry?

Working with a specialist recruiter in audio and music tech is a very different experience from applying cold through LinkedIn. Here's what it actually looks like – and why it might be worth a conversation.

This is some text inside of a div block.

NAMM 2026 Takeaways: AI Hype, Rust, and an Industry at a Crossroads

Reflections from NAMM 2026 on a more cautious industry mood, the gap between AI conversation and real products, the growing interest in Rust, and what Native Instruments’ insolvency signals for what comes next.

This is some text inside of a div block.

Is Music Tech Heading for a Collapse...or a Revolution?

A look at the current state of music technology and why innovation feels stuck – along with the key technical and industry pressures behind it. Drawing on insights from the Audio Developer Conference, this video highlights the patterns holding developers back and the opportunities that could spark the next wave of creativity in music tech.

This is some text inside of a div block.

How We Helped Create StageBox with Matt Robertson

The ultimate live performance tool for keyboard players

This is some text inside of a div block.
View All