Overview

This is not Cortana or Alexa, but just wants to hel in creating interfaces that can talk.


speak_lang *lang

Set the language output


speak *phrase

Says the sentence contained in *phrase and does block the running script.


speak_r *phrase

Says the sentence contained in *phrase and does not block the running script.


Example:

# SET LANGUAGE AND SPEAK (EN)
speak_lang en-EN
speak_r HELLO WORLD
#
# SET LANGUAGE AND SPEAK (IT)
speak_lang it-IT
speak_r CIAO MONDO
Powered by Sgneep.com