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

This commit is contained in:
2025-11-16 09:09:24 -08:00
parent fc002fd5a4
commit 9c0a25fe1e

View File

@@ -5,7 +5,7 @@ import os
import subprocess
texttospeak = subprocess.Popen(["xsel"], text=True)
print(texttospeak)
print(str(texttospeak))
# texttospeak = "Welcome to the world of speech synthesis! This is an example of text-to-speech using Piper TTS."