Update Uptated-Prototype/TTS-Script-PiperTTS.py

This commit is contained in:
2025-11-08 11:21:57 -08:00
parent 0dcd5f64b5
commit 7db0b21015

View File

@@ -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