diff --git a/Uptated-Prototype/TTS-Script-PiperTTS.py b/Uptated-Prototype/TTS-Script-PiperTTS.py index fd52ba8..6d9784b 100644 --- a/Uptated-Prototype/TTS-Script-PiperTTS.py +++ b/Uptated-Prototype/TTS-Script-PiperTTS.py @@ -2,7 +2,7 @@ from piper.voice import PiperVoice as piper # Backbone of text to speech import pyaudio import os -print(os.popen('xsel').read()) +print(os.popen('xsel').read()) # In Theory grab selected text and print ot to terminal TextToSpeak = os.popen('xsel').read() # In Theory grab selected text into Varible cakked TextToSpeak