Text to Speech
Rayman
Posts: 14,662
I've ported this Arduino TTS program from here: https://github.com/jscrane/TTS
Runs under FlexProp C
I'm trying to not use the external RC filter and amp and instead use a digital filter.
The result is not so nice, but you can sorta make out what it is saying...
Might have to come back to this sometime and see if I can make it better...
For some reason I don't understand the output samples seem to only range from 0..15.
It is rigged for the eval board with the A/V adapter on basepin 0
Update: It sounds good now! fixed some issues with the code... Updated binary just now.
Runs under FlexProp C
I'm trying to not use the external RC filter and amp and instead use a digital filter.
The result is not so nice, but you can sorta make out what it is saying...
Might have to come back to this sometime and see if I can make it better...
For some reason I don't understand the output samples seem to only range from 0..15.
It is rigged for the eval board with the A/V adapter on basepin 0
Update: It sounds good now! fixed some issues with the code... Updated binary just now.
Comments
It sounds OK now.
In which library might that file be found?
Thx
dgately
I was at first going to do the pwm in spin ...
But then I found how to do it in C
This seems on the border of acceptable...
Pls don't make me buy Arduino!
Which Arduino and which code?
If I have the appropriate Arduino, I'll try to make a video for you.
Will it run on Uno or does it require a Mega? I think I have both. I'll start reading the info in the Github and figure out if I can run the demo.
BTW, it can be really useful to have a few Arduinos around. The're useful for seeing how the code is supposed to behave.
But, I just remembered that there might be an issue... Seems some Arduino boards require an external audio filter and amp.
Yeah, never mind, it's probably unlikely that you would have this filter and amp...