Highly advanced question - customizable sound effects
Wanted to know if there was a way with GameSalad that would do customizable sounds with a persons name.
For example, the player starts the game and it welcomes them; "Welcome back John." "Good to see you again Doctor", etc.
I think I already know the answer to this, however, if this is completely impossible with GameSalad, what programming language would be required to accomplish this?
For example, the player starts the game and it welcomes them; "Welcome back John." "Good to see you again Doctor", etc.
I think I already know the answer to this, however, if this is completely impossible with GameSalad, what programming language would be required to accomplish this?
Comments
If you want to get serious there are libraries in quiet a lot of languages for speech recog, but you are in deep and it will take a real long time and effort. IBM put millions into it and Apple has done a lot, but most systems are pretty weak. If you look at some of the commercial systems out there it still takes time and the right conditions for the system to learn.
For text to speech you really need a lot of arrays, and that GS lacks. Combining phonemes is not just a matter of ordering them based on sequence. There are inflections and a parsing system needed unless you want the voice to be very, very dull. Lots of work.
With some ogg files of short length you can build quite a wide range of responses that can give quite a creepy effect. I've played with this and used a model of text adventure games as a guide for the logic and responses. It can be quite effective.
kipper