Ben Whitehead voice of Wallace talks about working with Gromit too

The Magic of Silent Characters: Acting with Gromit

In the premiere episode of This Is My Voice, hosted by Rachel Sallis and Eddie Bye, Ben Whitehead shares the unique challenges of performing alongside Gromit, Wallace’s silent yet expressive companion. Their relationship, built on animation and voice acting, has become a cornerstone of the franchise’s charm.

Silent but Expressive

At [18:52], Ben highlights how Gromit’s silent expressions guide Wallace’s dialogue and actions. “Gromit says so much without a single word,” Ben notes. The character’s subtle eye rolls, head tilts, and pauses create depth in their interaction. “It’s like he’s the voice of reason in Wallace’s chaotic world,” Ben adds.

Gromit the other half of wallace and gromit
Gromit (usually nicknamed “Lad”, “Mate”, or “Chuck” by Wallace) is Wallace’s silent sidekick, best friend, and pet dog. Gromit is the brains of the duo, and often rolls his eyes at Wallace’s mad antics and ideas, often having to save his master from many scrapes and calamities.

The Role of Animation in Performance

Ben credits the animators for making Gromit a fully realised character. “Their work brings Gromit to life in ways my voice never could,” Ben explains. Animators use tiny details, such as Gromit’s raised eyebrows or his glances toward the camera, to deliver emotional weight. “It’s a dance between my performance and their artistry,” he shares.

Ben Whitehead in studio recording the voice

The Dynamic Between Wallace and Gromit

Ben reflects on how Wallace and Gromit’s relationship is both humorous and heartfelt. “Wallace is the dreamer, but Gromit is the one who keeps everything grounded,” Ben says. Their interplay, driven by Gromit’s reactions, creates some of the series’ most memorable moments. “Sometimes, Gromit’s silence is louder than anything Wallace says,” he laughs.

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 Lesson in Collaboration

Ben emphasises that working with a silent character like Gromit requires trust and collaboration. “I have to anticipate how Gromit will react, even if I can’t see it yet,” he says. The team’s cohesive effort ensures that Wallace and Gromit feel like a natural pair, rather than two separate performances.

Watch the Teaser below

The Power of Combining Voice Acting with Visual Storytelling

The magic of silent characters like Gromit lies in their ability to convey so much through expressions and actions. Ben Whitehead’s collaboration with animators highlights the power of combining voice acting with visual storytelling. Their teamwork ensures Wallace and Gromit remain one of the most beloved duos in animation.

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

Watch via Youtube Music Below

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'); }); });