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

This commit is contained in:
2025-11-08 15:43:05 -08:00
parent 5179ec000e
commit a4f5a15deb

View File

@@ -1,5 +1,5 @@
# Theoretical Upgrade Test # Theoretical Upgrade Test
from piper import PiperVoice # Backbone of text to speech from piper.voice import PiperVoice # Backbone of text to speech
import pyaudio import pyaudio
import os import os
print(os.popen('xsel').read()) # In Theory grab selected text and print ot to terminal print(os.popen('xsel').read()) # In Theory grab selected text and print ot to terminal