You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: speech_in.py
+2-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ def listen():
10
10
inputWords=""
11
11
while (re.search('[a-zA-Z]', inputWords) isNone):
12
12
#using subprocess to call the sox recording software with a configuration to trim silence from the recording and stop recording when the speaker has finished
0 commit comments