Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created January 26, 2014 02:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laclefyoshi/8627514 to your computer and use it in GitHub Desktop.
Save laclefyoshi/8627514 to your computer and use it in GitHub Desktop.
Google Chrome voices
> var msg = new SpeechSynthesisUtterance()
undefined
> msg
SpeechSynthesisUtterance {onboundary: null, onmark: null, onresume: null, onpause: null, onerror: null…}
lang: ""
onboundary: null
onend: null
onerror: null
onmark: null
onpause: null
onresume: null
onstart: null
pitch: 1
rate: 1
text: ""
voice: null
volume: 1
> var voices = window.speechSynthesis.getVoices()
undefined
> voices.length
34
> voices.forEach(function(e){console.log(e.name);})
Google US English
Google UK English Male
Google UK English Female
Google Español
Google Français
Google Italiano
Google Deutsch
Google 日本人
Google 한국의
Google 中国的
Alex
Agnes
Albert
Bad News
Bahh
Bells
Boing
Bruce
Bubbles
Cellos
Deranged
Fred
Good News
Hysterical
Junior
Kathy
Pipe Organ
Princess
Ralph
Trinoids
Vicki
Victoria
Whisper
Zarvox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment