So I was supposed to button up the mame source changes and submit them tonight but I got a crazy idea about making sapi voices (text to speech) from the samples of various arcade games.
Gorf immediately came to mind because all the synthesized text is in sample form and the gorf machine says a LOT of different phrases. I had origionally intended to take the samples and cut them up until I had the entire english phonetic alphabet and make a custom app, but while researching the phonetic alphabet I ran across this article:
http://msdn.microsoft.com/en-us/library/ms720183(VS.85).aspxFor those too lazy to read, apparently there is a little app in the sdk called mkvoice. Mkvoice takes a simple text file with a list of words, and a bunch of wav files that say said words and magically turns it into a fully-functional sapi font!
Now I haven't tried this yet because mkvoice is in source code only and I'll have to download vs7 to complie it. But seriously how cool is that?
So anyway, we need a list of games that have significant synthesized speech samples.
Gorf and Berzerk come to mind.... any others?
Also keep in mind that this goes beyond mame as well. The default library for mkvoice only has about 10-20 words, so one could take a sound board off the net and convert that into a sapi voice as well.
Any interest?