Skip to content

Commit cbe0d15

Browse files
Making requirements.txt and install.sh
1 parent c344ad1 commit cbe0d15

File tree

4 files changed

+1373
-1359
lines changed

4 files changed

+1373
-1359
lines changed

Speech/speech.py

+7-6
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@
2626

2727
import os
2828

29+
2930
def txt_to_sp(words):
30-
k="echo "+'"'+words+'"'+"|festival --tts"
31-
os.system(k)
32-
33-
def test():
34-
k=raw_input("")
35-
txt_to_sp(k)
31+
k = "echo " + '"' + words + '"' + "|festival --tts"
32+
os.system(k)
3633

34+
35+
def test():
36+
k = raw_input("")
37+
txt_to_sp(k)

0 commit comments

Comments
 (0)