diff --git a/Makefile b/Makefile index 7263297..17be5f9 100644 --- a/Makefile +++ b/Makefile @@ -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 + +