Accent Types: American – Neutral, American – Various
Reading Age:25 – 34, 35 – 44, 45 – 54
Home Studio: Yes
Voice Demos
“Audio is for demo purposes only and although they may contain commercial content, they have not been uploaded with commercial intent.”
Should you not find what you are looking for custom demos are available on request.
Demos
ACCENTS
CHARACTERS | GAMING
enquire about Shariff Johannes
function playAiInternal(button) {
// Find the hidden playlist wrapper next to the button
const wrapper = button.nextElementSibling;
// Try to find a play button inside the player
const playBtn = wrapper.querySelector('button');
if (playBtn) {
playBtn.click(); // Simulate click
button.textContent = '⏸'; // Optional: toggle icon
} else {
alert("Audio player not ready yet.");
}
}