Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 415 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 415 Bytes

eprev_talon

Extension of https://github.com/knausj85/knausj_talon.

cd ~/.talon/user
git clone https://github.com/knausj85/knausj_talon 0-knausj_talon
git clone https://github.com/eprev/eprev_talon.git 1-eprev_talon
cat ~/.talon/user/engines.py
from talon import speech_system
from talon.engines.webspeech import WebSpeechEngine
webspeech = WebSpeechEngine()
speech_system.add_engine(webspeech)