Update Uptated-Prototype/TTS-Script-PiperTTS.py
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
|||||||
import subprocess
|
import subprocess
|
||||||
|
|
||||||
texttospeak = subprocess.Popen(["xsel"], text=True)
|
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."
|
# texttospeak = "Welcome to the world of speech synthesis! This is an example of text-to-speech using Piper TTS."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user