diff --git a/Uptated-Prototype/TTS-Script-PiperTTS.py b/Uptated-Prototype/TTS-Script-PiperTTS.py index 9d905b6..0a0d120 100644 --- a/Uptated-Prototype/TTS-Script-PiperTTS.py +++ b/Uptated-Prototype/TTS-Script-PiperTTS.py @@ -8,7 +8,7 @@ result = subprocess.Popen(["xsel"], text=True) print(result) texttospeak = str(result) - +print(texttospeak) # texttospeak = "Welcome to the world of speech synthesis! This is an example of text-to-speech using Piper TTS."