Artyom is a Robust Wrapper of the Google Chrome SpeechSynthesis and SpeechRecognition that allows you to create a virtual assistent. Create awesome stuff with artyom, build your own Siri,Google Now or Cortana within your web application.
Read a cool article and see a videotutorial of how to use artyom in your website here. The official APIS SpeechSynthesis and SpeechRecognition are actually supported only for Google Chrome (which uses Google Recognition and Synthesis services). Artyom works in Android Chrome Too.
Requires HTTP
or HTTPS
connection Artyom can't work in local files (file://
). If you want a continuous assistent, you'll need to serve your project with a https certificate due to security reasons However if your project uses artyom in NO continuous mode, no https connection is required.
Get started with a videotutorial of how to use artyom in your website here.
- FAQ
- Getting started
-
Methods
- addCommands
- clearGarbageCollection
- debug
- detectErrors
- Device
- emptyCommands
- fatality
- getAvailableCommands
- getLanguage
- getProperties
- getVoices
- initialize
- isObeying
- isRecognizing
- isSpeaking
- newDictation
- newPrompt
- obey
- on
- recognizingSupported
- redirectRecognizedTextOutput
- remoteProcessorService
- removeCommands
- repeatLastSay
- restart
- say
- sayRandom
- setDebug
- shutUp
- simulateInstruction
- speechSupported
- when