Skip to content

Instantly share code, notes, and snippets.

@chombazm
Created September 29, 2021 12:36
Show Gist options
  • Save chombazm/acdb6b8249b5fd8d9523a062a6d35402 to your computer and use it in GitHub Desktop.
Save chombazm/acdb6b8249b5fd8d9523a062a6d35402 to your computer and use it in GitHub Desktop.
// Paste in your browser console
const kamba = vokamba => {
const sp = new SpeechSynthesisUtterance(vokamba);
[sp.voice] = speechSynthesis.getVoices();
speechSynthesis.speak(sp);
};
kamba('My name is chomba chanda, an intern at bongohive');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment