Hear our Voice Actors!



Donna Milligan

(function(){ const audio = document.getElementById('vc-audio'); if (!audio) return; let unlocked = false; // iOS & Android block media until user interaction // This touch listener unlocks all audio on first tap function unlockAudio() { if (unlocked) return; unlocked = true; audio.load(); window.removeEventListener('touchstart', unlockAudio, {capture: true}); } window.addEventListener('touchstart', unlockAudio, {capture: true}); // Reload player when navigated via URL hash or Carrd AJAX function reloadPlayer() { audio.pause(); audio.currentTime = 0; audio.load(); let tries = 0; const maxTries = 8; const interval = setInterval(() => { if (audio.readyState >= 2 && audio.duration > 0) { clearInterval(interval); } else { audio.load(); if (++tries >= maxTries) clearInterval(interval); } }, 500); } window.addEventListener('hashchange', reloadPlayer); document.addEventListener('DOMContentLoaded', () => { reloadPlayer(); }); // Optional: If Carrd doesn’t use hashchange events, // you could also observe DOM changes: new MutationObserver(reloadPlayer).observe( document.body, {childList: true, subtree: true} ); })();

Rebekkah

(function(){ const audio = document.getElementById('audio1'); if (!audio) return; let unlocked = false; function unlockAudio() { if (unlocked) return; unlocked = true; audio.load(); window.removeEventListener('touchstart', unlockAudio, true); } window.addEventListener('touchstart', unlockAudio, true); function reloadAudio() { audio.pause(); audio.currentTime = 0; audio.load(); let tries = 0; const interval = setInterval(() => { if (audio.readyState >= 2 && audio.duration > 0) { clearInterval(interval); } else { audio.load(); if (++tries >= 8) clearInterval(interval); } }, 500); } document.addEventListener('DOMContentLoaded', reloadAudio); window.addEventListener('hashchange', reloadAudio); new MutationObserver(reloadAudio).observe(document.body, {childList: true, subtree: true}); })();

Conlin Rei

Rainey Mangan

(function(){ const audio = document.getElementById('audio3'); if (!audio) return; let unlocked = false; function unlockAudio() { if (unlocked) return; unlocked = true; audio.load(); window.removeEventListener('touchstart', unlockAudio, true); } window.addEventListener('touchstart', unlockAudio, true); function reloadAudio() { audio.pause(); audio.currentTime = 0; audio.load(); let tries = 0; const interval = setInterval(() => { if (audio.readyState >= 2 && audio.duration > 0) { clearInterval(interval); } else { audio.load(); if (++tries >= 8) clearInterval(interval); } }, 500); } document.addEventListener('DOMContentLoaded', reloadAudio); window.addEventListener('hashchange', reloadAudio); new MutationObserver(reloadAudio).observe(document.body, {childList: true, subtree: true}); })();

Mike Johnston

Jonathan Dano

Aaron

Clinton

Hannah

Ruthie

Virginia

Jonathan

Connie



Jonathan Rowe

Aaron

Rebekkah

(function(){ const audio = document.getElementById('audio1'); if (!audio) return; let unlocked = false; function unlockAudio() { if (unlocked) return; unlocked = true; audio.load(); window.removeEventListener('touchstart', unlockAudio, true); } window.addEventListener('touchstart', unlockAudio, true); function reloadAudio() { audio.pause(); audio.currentTime = 0; audio.load(); let tries = 0; const interval = setInterval(() => { if (audio.readyState >= 2 && audio.duration > 0) { clearInterval(interval); } else { audio.load(); if (++tries >= 8) clearInterval(interval); } }, 500); } document.addEventListener('DOMContentLoaded', reloadAudio); window.addEventListener('hashchange', reloadAudio); new MutationObserver(reloadAudio).observe(document.body, {childList: true, subtree: true}); })();

Hannah

VoiceCore Agency

Welcome to VoiceCore Agency — a voice-over platform built by someone who understands both sides of the industry. We connect talented voice actors with clients looking for voices that bring their projects to life — whether it’s a video game, commercial, audiobook, animation, or narration.For voice actors, joining is completely free. There are no subscriptions, no hidden charges, and no complicated hoops. You bring the voice — we help you get discovered. We handle outreach and visibility, so you can focus on doing what you do best: performing.You keep 90% of what you earn. We only succeed when you do.Whether you’re a voice actor or someone casting one, VoiceCore is here to help you find your next great match — easily, clearly, and with a human touch.



Let’s Talk — We’d Love to Hear from You
Share your email below and we’ll reach out personally. Whether you're:
A voice actor wanting to join VoiceCore AgencySomeone casting for a projectOr just curious and have questionsThis is the place to start.We only use your email to respond to your message — that’s it. No mailing lists, no spam, and we never share your info.We're real people behind this platform, and we're here when you're ready.



Donna Milligan

(function(){ const audio = document.getElementById('vc-audio'); if (!audio) return; let unlocked = false; // iOS & Android block media until user interaction // This touch listener unlocks all audio on first tap function unlockAudio() { if (unlocked) return; unlocked = true; audio.load(); window.removeEventListener('touchstart', unlockAudio, {capture: true}); } window.addEventListener('touchstart', unlockAudio, {capture: true}); // Reload player when navigated via URL hash or Carrd AJAX function reloadPlayer() { audio.pause(); audio.currentTime = 0; audio.load(); let tries = 0; const maxTries = 8; const interval = setInterval(() => { if (audio.readyState >= 2 && audio.duration > 0) { clearInterval(interval); } else { audio.load(); if (++tries >= maxTries) clearInterval(interval); } }, 500); } window.addEventListener('hashchange', reloadPlayer); document.addEventListener('DOMContentLoaded', () => { reloadPlayer(); }); // Optional: If Carrd doesn’t use hashchange events, // you could also observe DOM changes: new MutationObserver(reloadPlayer).observe( document.body, {childList: true, subtree: true} ); })();

Rainey Mangan

(function(){ const audio = document.getElementById('audio3'); if (!audio) return; let unlocked = false; function unlockAudio() { if (unlocked) return; unlocked = true; audio.load(); window.removeEventListener('touchstart', unlockAudio, true); } window.addEventListener('touchstart', unlockAudio, true); function reloadAudio() { audio.pause(); audio.currentTime = 0; audio.load(); let tries = 0; const interval = setInterval(() => { if (audio.readyState >= 2 && audio.duration > 0) { clearInterval(interval); } else { audio.load(); if (++tries >= 8) clearInterval(interval); } }, 500); } document.addEventListener('DOMContentLoaded', reloadAudio); window.addEventListener('hashchange', reloadAudio); new MutationObserver(reloadAudio).observe(document.body, {childList: true, subtree: true}); })();

Connie

Jonathan Dano

Mike Johnston

Conlin Rei

Ruthie

Clinton

Virginia

Tavaras Nixon

Caden Strasburg

Jolyne Clayton

Cody Silver

(function(){ const audio = document.getElementById('audio2'); if (!audio) return; let unlocked = false; function unlockAudio() { if (unlocked) return; unlocked = true; audio.load(); window.removeEventListener('touchstart', unlockAudio, true); } window.addEventListener('touchstart', unlockAudio, true); function reloadAudio() { audio.pause(); audio.currentTime = 0; audio.load(); let tries = 0; const interval = setInterval(() => { if (audio.readyState >= 2 && audio.duration > 0) { clearInterval(interval); } else { audio.load(); if (++tries >= 8) clearInterval(interval); } }, 500); } document.addEventListener('DOMContentLoaded', reloadAudio); window.addEventListener('hashchange', reloadAudio); new MutationObserver(reloadAudio).observe(document.body, {childList: true, subtree: true}); })();