Rachel Sallis

Rachel Sallis headshot in black and white in a circle frame

Pop Culture Expert | Radio Nerd | Media Master Of All Trades

Pop culture expert and radio nerd Rachel Sallis is in her natural element with This Is My Voice. With experience as a marketer, publicist, podcast editor, radio producer and host, Rachel has proven herself a master of all trades. She also dabbles in voiceover acting with her unique voice acting talents.

“I found it really awesome collaborating with others in commercial advertising delivery. I could present the tone of the ad using my own voice, to use as examples to the talent.”

Rachel is related to Aardman voice acting legend Peter Sallis, who voiced Wallace in the hit Wallace and Gromit franchise. She is a huge fan herself.

Shows featuring Rachel Sallis

Related Articles

360 ALLSTARS Cast on stage

Review: 360 ALLSTARS

We review 360 ALLSTARS at the 2024 Adelaide Fringe! BMX, basketball, breakdancing, acrobatics, drumming and more, the international smash hit

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