Making Arduino Portuguese (PT) Project

Hey there,
I'm Trying to make an Arduino project that could be a sentence generator for a university project. What I would need is it to speak my native tongue (European Portuguese) but I couldn't find any projects neither speech or voice codes for that.

In short my Idea was to make arduino say random sentences from words that are saved in it or a Text-to Speech engine.

Text to speech on an Arduino and also in Portuguese, probably not gonna happen. Did a quick search and this Arduino based Text to speech converter - YouTube is the result of this https://create.arduino.cc/projecthub/LithiumION/arduino-based-text-to-speech-convertor-f4316a project.

I would go for: https://www.instructables.com/MP3-Player-With-Arduino-Using-DF-Player-Mini
The SD card that stores all your speech samples/sentences as mp3 (you can easily generate those with online TTS services).

Your Arduino will be controlling the playback of your sound samples/sentences.

1 Like

Could be a solution for it, thank you for your answer.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.