J javiers Active Member Licensed User Longtime User Nov 18, 2018 #1 Hello, is it possible to send a text from one pc1 to another pc2, and that the second one read it through TTS? And that previously a certain sound is selected and it is executed in pc2? Thanks for your response...
Hello, is it possible to send a text from one pc1 to another pc2, and that the second one read it through TTS? And that previously a certain sound is selected and it is executed in pc2? Thanks for your response...
ThRuST Well-Known Member Licensed User Longtime User Nov 18, 2018 #2 Hi @javiers Not sure if this will help but check out Google Text-To-Speech go here Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Nov 19, 2018 #3 Sending text between two connected computers is quite simple. There are many ways to do it. MQTT is probably the simplest. Try this library for TTS: https://www.b4x.com/android/forum/threads/jfreetts-text2speech-library.74618/#content Upvote 0
Sending text between two connected computers is quite simple. There are many ways to do it. MQTT is probably the simplest. Try this library for TTS: https://www.b4x.com/android/forum/threads/jfreetts-text2speech-library.74618/#content
J javiers Active Member Licensed User Longtime User Nov 19, 2018 #4 ThRuST said: Hi @javiers Not sure if this will help but check out Google Text-To-Speech go here Click to expand... First, thank you for your response. Is there an example of using the Cloud Text-to-Speech API? That would solve that the pc of destiny (pc2) "read" the text once received. But how to make the command sent from pc1? PC1 ---------> send text-to-speech ---------> PC2 a greeting Upvote 0
ThRuST said: Hi @javiers Not sure if this will help but check out Google Text-To-Speech go here Click to expand... First, thank you for your response. Is there an example of using the Cloud Text-to-Speech API? That would solve that the pc of destiny (pc2) "read" the text once received. But how to make the command sent from pc1? PC1 ---------> send text-to-speech ---------> PC2 a greeting
J javiers Active Member Licensed User Longtime User Nov 19, 2018 #5 Erel said: Sending text between two connected computers is quite simple. There are many ways to do it. MQTT is probably the simplest. Try this library for TTS: https://www.b4x.com/android/forum/threads/jfreetts-text2speech-library.74618/#content Click to expand... Thanks Erel. I have seen your answer now. I start working in that direction. Thanks all again. Upvote 0
Erel said: Sending text between two connected computers is quite simple. There are many ways to do it. MQTT is probably the simplest. Try this library for TTS: https://www.b4x.com/android/forum/threads/jfreetts-text2speech-library.74618/#content Click to expand... Thanks Erel. I have seen your answer now. I start working in that direction. Thanks all again.