element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Arduino Text to Speech Project?? HELP!!
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 11 replies
  • Answers 6 answers
  • Subscribers 391 subscribers
  • Views 1839 views
  • Users 0 members are here
Related

Arduino Text to Speech Project?? HELP!!

the_future
the_future over 7 years ago

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

  • Sign in to reply
  • Cancel

Top Replies

  • Jan Cumps
    Jan Cumps over 7 years ago +4 suggested
    I've made such a project here at element14: [Christmas Wreath of Things] Internet of Holiday Lights - Bonus kicker: the IoT talks (a spoken tribute to Science Fair kits)
  • dougw
    dougw over 7 years ago +2 suggested
    https://www.robotshop.com/letsmakerobots/text-speech-with-speakjet SP0256-AL2 Speech IC RoboVoice Text to Speech IC Magnevation SpeakJet
  • Jan Cumps
    Jan Cumps over 7 years ago in reply to the_future +2
    the_future wrote: ... trying to build my own home AI assistant like alexa or google home the text-to-speach project I proposed above is not suitable for your goal. I did not know you were building this…
Parents
  • dougw
    0 dougw over 7 years ago

    https://www.robotshop.com/letsmakerobots/text-speech-with-speakjet

    SP0256-AL2 Speech IC

    RoboVoice Text to Speech IC

    Magnevation SpeakJet

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • the_future
    0 the_future over 7 years ago in reply to dougw

    thanks last question what speech to text projects are there without the GeeetechRegistered Voice Recognition Module With Microphone Control Voice Board For Arduino (https://www.banggood.com/Geeetech-Voice-Recognition-Module-With-Microphone-Control-Voice-Board-For-Arduino-p-1056127.htm…  ) ???

     

    trying to build my own home AI assistant like alexa or google home

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 7 years ago in reply to the_future

    If you want high performance check out:

    NLP-5x Natural Language Processor | Sensory

     

    Other possibilities:

    https://www.imagesco.com/articles/speech/speech-recognition-tutorial01.html

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • Jan Cumps
    0 Jan Cumps over 7 years ago in reply to the_future

    the_future  wrote:

     

    ...

     

    trying to build my own home AI assistant like alexa or google home

    the text-to-speach project I proposed above is not suitable for your goal. I did not know you were building this type of device.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 7 years ago in reply to the_future

    Hi,

     

    The alexa / google home as I understand, does not do text-to-speech, nor speech-to-text. The service remotely does that, and sends the audio to the device sitting in the home, to play out. This is okay, because audio doesn't take up much throughput.

    I just wasn't sure if it was deliberate to do the processing locally, or if you were aware those systems don't do it locally.

    If you need an Internet connection for any of the features you're planning to implement, then if it meets your needs, it's also possible to do the conversions remotely on Amazon/Google servers. For more info, there should be many online blogs containing this detail, it is a popular thing.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • the_future
    0 the_future over 7 years ago in reply to shabaz

    How would I then create my own server (or at least what is the direction I should be looking in) and what is the name of this type of server called

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • shabaz
    0 shabaz over 7 years ago in reply to the_future

    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.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • shabaz
    0 shabaz over 7 years ago in reply to the_future

    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.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube