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

Image of Dave Strand - Voice-over Professional

About

With more than 20 years of experience in film and television production, I understand what clients need: clear communication, dependable turnaround, and broadcast-quality audio that fits seamlessly into the production process.My voice has been described as warm, trustworthy, and conversational—making it a natural fit for corporate narration, e-learning, explainer videos, commercials, and character work. Whether you're teaching, informing, or telling a story, my goal is to deliver a performance that connects with your audience while making your job easier.

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

Contact

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

Thank you

Text