Python Forum
Simulation of Text to speech (without using mic) to Voice recognition suported hardwa - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Simulation of Text to speech (without using mic) to Voice recognition suported hardwa (/thread-25584.html)



Simulation of Text to speech (without using mic) to Voice recognition suported hardwa - Helloworld20 - Apr-04-2020

how can we simulate the text to speech by script without using Mic , over hardware .(hardware is communicated by pc through android debug bridge, adb).


RE: Simulation of Text to speech (without using mic) to Voice recognition suported hardwa - Larz60+ - Apr-04-2020

here's a list of packages related to text to speech
You will need to examine each to find what you are looking for:
https://pypi.org/search/?q=%27text+to+speech%27


RE: Simulation of Text to speech (without using mic) to Voice recognition suported hardwa - Helloworld20 - Apr-08-2020

Can we simulate PUSH TO TALK (PTT) button press of steering wheel from python