Feel free to add ScratchTalker v2 to your projects. You can SAY whatever you wish by building words using phonetic spellings. For example to say "Scratch" you would type it as "Skratch". Experiment around to find the best phonetic spellings. Its time to give your characters a voice!!!
<set{ sayThis to YourWord
<broadcast[ sayWord ]and wait c>
-realSAB
Offline
Awesome idea but I think I've saw it before...
Link is here, btw: http://scratch.mit.edu/projects/realSAB/673504
Offline
Thanks for the link to the project. Interesting, it took me quite a while
to create level of indirection needed for the variables. I have seen projects
that use recorded words that playback from lists by matching them. This
code parses the words typed and breaks them down phenoms, then reassembles
the phenoms with unique timing and plays them at full speed. I actually got
better sound from "interrupting" the previous play sound block, instead of
playing the sound to the end before starting the next sound. I am still recoding
the parser to be faster. Work in progress. LOL.
-realSAB
(Yes, there was a word processor project and he coded a series of
"spanish" alphabet sounds. I believe there are enough sounds in
ScratchTalker v2 to say pretty much anything. Although I still have
a few items on my want list. ;o)
Offline