Hi everyone nice and short I wanted
to know how I could get the Arduino to convert text in
to speech clearly I have searched everywhere........
not looking shields looking to build from components
Hi everyone nice and short I wanted
to know how I could get the Arduino to convert text in
to speech clearly I have searched everywhere........
not looking shields looking to build from components
It's not a server as such, it's a bunch of functionality that resides on many servers in a cloud. Amazon, Google and others have invested millions developing it. You could try to develop such functionality from scratch but it would be very primitive unless you have such resources. Most people I think just use those services (there are APIs to connect to the services). Some are chargeable. To learn the APIs, they would be different for Amazon and Google, so their websites need to be examined for documentation, With Amazon, it's called Amazon Web Services, and Google's is just called Google Cloud, and most likely Google App Engine. The particular service of interest is generally called Natural Language Processing, each of the cloud providers have their own branding for their services (Amazon's is called Comprehend). It doesn't care if the input comes in via speech or text, it's all the same to it. I've not used that one - I've only briefly experimented with the IBM version. If you're interested in that, there are free online video courses.
You can see my brief experimentation here: Pi3 IBM IoT Learn Kit - Review
The example there uses natural language processing based on text input (but it could equally well have been voice input, the concept is the same.
The link to the online course is there too.