Gadget Ganster Tutorial TTS
Humanoido
Posts: 5,770
http://gadgetgangster.com/tutorials.html
Text-To-Speech
What's the trick to making this work on the Parallax Demo Board?
My keyboard works fine with Femtobasic and the sound out works
fine with other programs.
I am not able to see the video at the web site, maybe
there's some start-up procedure?
Text-To-Speech
What's the trick to making this work on the Parallax Demo Board?
My keyboard works fine with Femtobasic and the sound out works
fine with other programs.
I am not able to see the video at the web site, maybe
there's some start-up procedure?
Comments
here is a modified demo-code
for easier use there should be add a method that could be used in that way
repeat until talk.finished
which becomes true if saying has finished the last string.
and as you can see from the spelling the formants have to be improved a lot
a second stage would be to do some more analysing of the phonems
where to let the letters sound more realistic
I mean the difference between f.e. the "o" in "moon" and "monday" and "oh!"
This will cost RAM I know but I would like to have such a version
maybe this could be done by a pre-compiler that rearranges the spelling depending on the phonems
best regards
Stefan
If you bypass this, as in StefanL38 program above, it works fine to say single sounds.
The problem is here
Not sure how that should work but if you delete some lines it works like this:
Any explanation on this?
-Phil
So can anyone answer the question, "why does the code not run on a Demo board and how to fix the array?" Perhaps Nick can respond.
@Phil - I've fixed the page. I thought of it as text-to-speech because you can feed it input text and it will accurately spell it out for you, but I don't want to mislead anyone into thinking this will accurately pronounce any text string.
2 - Plug in keyboard & headphones
3 - Type something into the keyboard - try 'hello world'.
4 - Hit the enter key
Audio will come out of the headphones. Maybe you're missing the enter key?