From 977eca1a706d6dd3bcb7a57e74188b716f36e466 Mon Sep 17 00:00:00 2001 From: "DHR.Mike" Date: Sat, 8 Nov 2025 16:30:25 -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 07cd7c2..d130bbb 100644 --- a/Uptated-Prototype/TTS-Script-PiperTTS.py +++ b/Uptated-Prototype/TTS-Script-PiperTTS.py @@ -4,7 +4,7 @@ import pyaudio import os # print(os.popen('xsel').read()) # In Theory grab selected text and print ot to terminal -texttospeak = "Hello This is a Test!" #os.popen('xsel').read() # In Theory grab selected text into Varible cakked TextToSpeak +texttospeak = "Welcome to the world of speech synthesis! This is an example of text-to-speech using Piper TTS." #os.popen('xsel').read() # In Theory grab selected text into Varible cakked TextToSpeak voice = PiperVoice.load("~/en_US-amy-medium.onnx") # Load the model