Files in directory undroid/espeak0.1 in any check-in
- doc
- demo.tcl
- espeak.tcl
- pkgIndex.tcl
- README.md
espeak 0.1
Tcl interface to the espeak/espeak-ng library for speech output using Ffidl and TclOO.
Usage
package require espeak
espeak::new E
E lang en
E speak "Hello world"
E destroy