Added ttstt

master
ange 6 years ago
parent 073f17ffa9
commit 9b29889b84

@ -84,3 +84,8 @@ tts: output/chatbot.txt ocr/output.txt ## text to speech. Dependencies: espea
@echo $(color_r) speaking $?
@echo $(color_w)
cat $? | espeak
ttstt: ocr/output.txt##text to speech, speech to text
cat $< | espeak -s 140 -v f2 --stdout > sound.wav

Loading…
Cancel
Save