User Tools

Site Tools


el:say

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:say [2016/01/01 22:39]
el:say [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Say =====
 +==== Format ====
 +**say** //expression//\\
 +**say** ( //expression// )
 +==== Description ====
 +Uses the the system Text to Speech (TTS) engine to say the //expression// In LINUX the FLite or eSpeak libraries are required.  In Windows the current default SAPI voice will be used.
 +
 +==== Notes ====
 +Windows SAPI will use the default voice you have defined on your control panel.  To change the default for Linux/Mac using the ESpeak library you need to copy the desired voice file to the name //default//.
 +
 +<code>
 +# Statements to set default language to 'fr' on Ubuntu 10.10
 +# Your system may be different
 +cd /usr/share/espeak-data/voices
 +sudo cp fr default
 +</code>
 +
 +==== New To Version ==== 
 +0.9.4