MicrosoftSAPI

Lua COM interface for Microsoft Speech API

$ luarocks install microsoftsapi

LuaSAPI provides a simple and intuitive interface for doing
text-to-speech operations using the Microsoft Speech API in
Windows or WINE with Lua.

Using it can be as easy as:

sapi = require "sapi_interface"
sapi.say("SAPI interface is ready")
sapi.speech_demo()

Documentation is in the source repository README file in GitHub Flavored Markdown.

Versions

scm-1dev2 years ago0 downloads
1.1.0-12 years ago91 downloads
1.0-1Archived2 years ago60 downloads

Dependencies

lua >= 5.1

Labels

Manifests