Hi,
I have this idea to do a project like this. It is a Global Phone book. The server has a list of phone numbers with the names or service. The name or the service name is saved as a bit
pattern which is generated according to voice. For instance there can be a list of numbers for a taxi, when the phone user says 'taxi' to the MIDlet running on the phone, the MIDlet captures the voice, converts it in to some kind of a bit pattern, then sends it to the web application. The web application then matches the bit pattern and sends back the result.
I just wanted to know about your expertiese views on this, Is this viable with J2ME, MIDP 2.0?
Thanks a lot in advance....