hIOTron
Created December 24, 2019 © GPL3+

Arduino based Text to Speech Converter

Text-to-speech or TTS system converts normal text into Speech.

Arduino based Text to Speech Converter

Things used in this project

Hardware components

Arduino UNO
Arduino UNO
×1
Speaker: 3W, 4 ohms
Speaker: 3W, 4 ohms
×1
An amplifier circuit
×1
Regulated Power supply
×1
Connecting wires
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

Run a program

Arduino
#include "Talkie.h"
#include "Vocab_US_Large.h"
#include "Vocab_Special.h"

Talkie voice;

void setup() {
}
void loop() {
    voice.say(spPAUSE2);
    voice.say(sp2_DANGER);
    voice.say(sp2_DANGER);
    voice.say(sp3_STORM);
    voice.say(sp3_IN);
    voice.say(sp3_THE);
    voice.say(sp3_NORTH);
}

Credits

hIOTron

hIOTron

78 projects • 2 followers
hIOTron is an internet of things based company that offers an IoT Platform, products, IoT Solutions, and IoT Training.

Comments