Ben Whitehead and the character he voices Wallace from Wallance and Grommit

Voice-Matching Wallace: Ben Whitehead’s 20-Year Journey

In the first episode of This Is My Voice, hosted by Rachel Sallis and Eddie Bye, Ben Whitehead discusses his incredible 20-year journey to perfect Wallace’s voice (Wallace and Grommit). From imitating Peter Sallis to becoming Wallace’s official voice actor, Ben’s dedication to the craft shines through in every word.

The Elements of Wallace’s Voice

At [14:03], Ben breaks down the intricacies of Wallace’s voice. “Wallace has a distinct nasal tone and elongated vowels,” he explains. Capturing Wallace’s rhythm was critical to bringing the character to life. “It’s not just the sound; it’s how he feels,” Ben adds. This attention to detail ensures that Wallace’s voice remains both authentic and dynamic.

Ben White in studio recording
Ben Whitehead shares his 20-year journey to master Wallace’s iconic voice, blending skill and dedication.

From Imitation to Performance

Ben reflects on the transition from mimicking to embodying Wallace’s character. “In the beginning, I was simply voice-matching,” he says, recalling his early days at Aardman Animations. “But as I grew into the role, I realised it’s about more than just accuracy.” By understanding Wallace’s personality, Ben has made the character his own while honouring Peter Sallis’s legacy.

Characters Wallace and Grommit with Orange Background
Ben assures fans that the film stays true to the humour and charm that define the series. “You’ll see Wallace and Gromit tackling yet another wacky invention gone wrong,” he explains.

A 20-Year Commitment to Perfection

Ben’s journey began with small projects, gradually expanding to full-length features. “I started with short clips, learning every nuance of Wallace’s speech,” he shares. Over two decades, he refined his skills to ensure he could faithfully portray the beloved inventor. “It took time, patience, and a lot of practice,” Ben admits, but the results speak for themselves.

Watch the Preview of the Movie Below

The Importance of Legacy

Taking on the role of Wallace wasn’t just a career move for Ben—it was a responsibility. “Peter Sallis created an irreplaceable legacy,” Ben reflects. He views his role as a custodian of the character, ensuring that Wallace continues to delight audiences while evolving for new generations.

Ben Whitehead in studio recording the voice

Dedication and Artistry

Ben Whitehead’s 20-year journey to master Wallace’s voice is a testament to his dedication and artistry. By combining respect for Peter Sallis’s legacy with his unique interpretation, Ben has ensured that Wallace remains an enduring icon. Fans can hear his incredible work in the new film, Wallace and Gromit: A Vengeance Most Fowl, now captivating audiences worldwide.

This podcast is sponsored by Australian Radio School and the Auscast Network.

Listen Via Youtube Music

Click below for more on This Is My Voice!

Cartoon Versions of Eddie Bye and Rachel Sallis

This is My Voice!

This Is My Voice! is a podcast that interviews some of the more overlooked stars of the entertainment industry, yet some of the most recognisable

Subscribe and review on your favourite podcast app

Who is behind the show?

Related Articles

gif video of different types of people listening
jQuery(document).ready(function($) { var playerContainer = $('#auscast-player-container'); var player = $('#auscast-player'); // Show player and store session $('#play-auscast').click(function() { playerContainer.slideDown(); sessionStorage.setItem('auscastPlaying', 'true'); sessionStorage.setItem('auscastSrc', player.attr('src')); }); // Keep the player open and playing across page reloads if (sessionStorage.getItem('auscastPlaying') === 'true') { playerContainer.show(); player.attr('src', sessionStorage.getItem('auscastSrc')); } // Close player $('#close-auscast-player').click(function() { playerContainer.slideUp(); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); player.attr('src', ''); // Stop playback }); // Stop stream when another audio plays $('audio, video').on('play', function() { player.attr('src', ''); sessionStorage.removeItem('auscastPlaying'); sessionStorage.removeItem('auscastSrc'); }); });