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
From my understanding (please correct me if I am wrong) how alexa or google home works
is that the actual device will record or voice and send it to a "server??" for STT processing
and then the server or something will send a signal performing the command where possible
like turning on the lights ..........but where would I go or should I go to get started on this I was
hoping to make a "local" basic prototype to pitch so that I can fund the real and better thing!!!!
Please help
From my understanding (please correct me if I am wrong) how alexa or google home works
is that the actual device will record or voice and send it to a "server??" for STT processing
and then the server or something will send a signal performing the command where possible
like turning on the lights ..........but where would I go or should I go to get started on this I was
hoping to make a "local" basic prototype to pitch so that I can fund the real and better thing!!!!
Please help
Hi,
If you want local processing, check out things like ReSpeaker. For remote processing, something like Matrix Voice. They are both open source (or at least have a lot of example code) and should give you ideas on how to implement.
They don't use Arduino, but by examining them, you may decide if your chosen Arduino device is sufficient, or if you need something else. You may need another processor alongside (possibly running Linux), or you could replace the Arduino entirely with (say) a Pi.
Arduino alone could be an uphill struggle.
Have you investigated the Google AIY Kit?
https://aiyprojects.withgoogle.com/
https://aiyprojects.withgoogle.com/voice/
Here is a project where we installed it on a Raspberry Pi...