[SOLVED] Ignition text to speech over a radio system

Thanks PGriffith. That was the problem.

import system
args = ['C:\Program Files (x86)\eSpeak\command_line\espeak.exe',  "hello world"]
system.util.execute(args)
1 Like