Skip to content

Commit

Permalink
clear unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ggh committed Aug 26, 2023
1 parent a265f12 commit 9e869d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions yacyac_io/yacyac_io/tts.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

from google.cloud import texttospeech
import os
import playsound

import rclpy as rp
Expand Down Expand Up @@ -38,7 +37,7 @@ def callback_service(self, request, response):
out.write(self.response.audio_content)

playsound.playsound('output.mp3', block=False)

return response


Expand Down

0 comments on commit 9e869d8

Please sign in to comment.