From 9c0a25fe1ec96b2715ac07fccb80ca9444105887 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sun, 16 Nov 2025 09:09:24 -0800 Subject: [PATCH] Update Uptated-Prototype/TTS-Script-PiperTTS.py --- Uptated-Prototype/TTS-Script-PiperTTS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Uptated-Prototype/TTS-Script-PiperTTS.py b/Uptated-Prototype/TTS-Script-PiperTTS.py index 26fcf37..146c9f3 100644 --- a/Uptated-Prototype/TTS-Script-PiperTTS.py +++ b/Uptated-Prototype/TTS-Script-PiperTTS.py @@ -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."