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

This commit is contained in:
2025-11-16 09:24:39 -08:00
parent b97ee3d377
commit f7df51d12a

View File

@@ -8,7 +8,7 @@ result = subprocess.Popen(["xsel"], text=True)
print(result) print(result)
texttospeak = str(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." # texttospeak = "Welcome to the world of speech synthesis! This is an example of text-to-speech using Piper TTS."