Skip to content

Commit 70a6092

Browse files
committed
Text to speech
1 parent 9e3f647 commit 70a6092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blind_chess.py

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
# Do the rival movement
5656
board.do(rival_move)
5757

58+
# Text to Speech
5859
movement = rec.say(rival_move)
5960

6061
tts = gTTS(text=movement, lang='es')

0 commit comments

Comments
 (0)