speak

command
v0.6.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2021 License: GPL-3.0 Imports: 6 Imported by: 0

README

Speak Plugin for E:D Event Hub

TTS Systems to Use

espeak-ng

https://github.com/espeak-ng/espeak-ng/

Peter's Text to Speech aka ptts.exe

http://jampal.sourceforge.net/ptts.html

Windows Builtin TTS

As VBS script From stackoverflow

'say.vbs
set s = CreateObject("SAPI.SpVoice")
s.Speak Wscript.Arguments(0), 3
s.WaitUntilDone(1000)

call it as

cscript say.vbs "hello there"

Problem: One has (AKAIK) to guess the number for s.WaitUntilDone

With Powershell

AssemblyName System.Speech; (New-Object System.Speech.Synthesis.SpeechSynthesizer).Speak('hello');"

With mshta.exe

mshta vbscript:Execute("CreateObject(""SAPI.SpVoice"").Speak(""Hello"")(window.close)")

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL