David Strand - VoiceOver

Warm • Trustworthy • Professional


Image of David Strand - Voice-over Professional

© Cayce Pollard. All rights reserved.

DEMOS

Listen

0:00 / 0:00
(function () { const audio = document.getElementById("voAudio"); const playButton = document.getElementById("voPlay"); const progress = document.querySelector(".vo-progress"); const progressFill = document.getElementById("voProgressFill"); const timeDisplay = document.getElementById("voTime"); const tracks = [...document.querySelectorAll(".vo-track")]; let currentTrack = null; /* ---------- format time ---------- */ function formatTime(seconds) { if (isNaN(seconds)) return "--:--"; const m = Math.floor(seconds / 60); const s = Math.floor(seconds % 60); return `${m}:${String(s).padStart(2,"0")}`; } /* ---------- preload durations ---------- */ tracks.forEach(track => { const temp = new Audio(); temp.src = track.dataset.src; temp.preload = "metadata"; temp.addEventListener("loadedmetadata", () => { track.querySelector(".vo-length").textContent = formatTime(temp.duration); }); }); /* ---------- select ---------- */ function selectTrack(track, autoplay = true) { tracks.forEach(t => { t.classList.remove("active"); t.classList.remove("playing"); }); track.classList.add("active"); currentTrack = track; if (audio.src !== track.dataset.src) { audio.src = track.dataset.src; } if (autoplay) { audio.play(); } } /* ---------- click track ---------- */ tracks.forEach(track => { track.addEventListener("click", () => { selectTrack(track); }); }); /* ---------- play button ---------- */ playButton.addEventListener("click", () => { if (!currentTrack) { selectTrack(tracks[0], false); } if (audio.paused) { audio.play(); } else { audio.pause(); } }); /* ---------- playback ---------- */ audio.addEventListener("play", () => { playButton.textContent = "❚❚"; if (currentTrack) { currentTrack.classList.add("playing"); } }); audio.addEventListener("pause", () => { playButton.textContent = "▶"; tracks.forEach(t => t.classList.remove("playing")); }); audio.addEventListener("ended", () => { playButton.textContent = "▶"; if (currentTrack) { currentTrack.classList.remove("playing"); } }); /* ---------- progress ---------- */ audio.addEventListener("timeupdate", () => { if (!audio.duration) return; const percent = (audio.currentTime / audio.duration) * 100; progressFill.style.width = percent + "%"; timeDisplay.textContent = `${formatTime(audio.currentTime)} / ${formatTime(audio.duration)}`; }); /* ---------- seek ---------- */ progress.addEventListener("click", e => { if (!audio.duration) return; const rect = progress.getBoundingClientRect(); const percent = (e.clientX - rect.left) / rect.width; audio.currentTime = percent * audio.duration; }); /* ---------- first track ---------- */ selectTrack(tracks[0], false); })();

Professional Voice-Over for Corporate Narration • E-Learning • Commercials • Character Work

20+ years in film & TV production. A writer's ear for pacing, tension, and story.

Image of Dave Strand - Voice-over Professional

About

With more than 20 years in film and television production, I know what a producer actually needs: a fast, clean turnaround and a performance that fits the edit — not just a nice voice in isolation.
I've voiced projects for Meta, narrated multiple audiobooks, and write and produce my own narrative fiction podcast — so pacing, tone, and story aren't guesswork for me, they're the job. My voice has been described as warm and conversational, equally at home guiding a training video or holding tension in a scripted narrative.
Whether you need clear and trustworthy for e-learning, polished and confident for a commercial, or something with real dramatic range, my goal is the same: make your job easier and your project better.

Gear

I record from a dedicated, professionally treated home studio, delivering clean, consistent audio suitable for commercial, corporate, e-learning, and political projects.Studio Features;
- Roswell Mini K87 microphone
- Focusrite Scarlett Solo (4th Gen) interface
- Acoustically treated recording booth
- Broadcast-quality WAV or MP3 delivery
- Remote-directed sessions available
- Fast turnaround on most projects

How It Works

  1. Reach out or request a quote

  2. Send your script (or even just a project description) through the contact form. I'll reply within 24 hours with a quote and estimated turnaround.

  3. Custom audition, if you need one. Happy to record a short custom read of your script before you commit, so you know exactly what you're getting.

  4. Recording sessions are recorded in my treated home studio on broadcast-quality gear. Remote-directed sessions (via Source-Connect, Zoom, or phone patch) are available if you want to be on the call.

  5. Delivery - Most projects turned around in 24–48 hours. Files delivered as WAV or MP3, broadcast-ready. One round of revisions included to make sure it fits your edit perfectly.

Contact

I'd love to discuss your project, provide a quote, or record a custom audition.

Thank you

Text