Update Uptated-Prototype/TTS-Script-PiperTTS.py
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
from piper.voice import PiperVoice as piper # Backbone of text to speech
|
from piper.voice import PiperVoice as piper # Backbone of text to speech
|
||||||
import pyaudio
|
import pyaudio
|
||||||
import os
|
import os
|
||||||
print(os.popen('xsel').read())
|
print(os.popen('xsel').read()) # In Theory grab selected text and print ot to terminal
|
||||||
|
|
||||||
TextToSpeak = os.popen('xsel').read() # In Theory grab selected text into Varible cakked TextToSpeak
|
TextToSpeak = os.popen('xsel').read() # In Theory grab selected text into Varible cakked TextToSpeak
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user