Results 1 to 2 of 2
- 08-25-2009, 10:17 AM #1
Member
- Join Date
- Aug 2009
- Posts
- 13
- Rep Power
- 0
recognition of spoken numbers; voice dialing
Hello!
I need to create application for Nokia 1680 Classic (or other). This application would be responsible for speech recognition - from spoken digits to text file. I found these:
h t t p : / / java.sun.com/products/java-media/speech/forDevelopers/jsapi-guide/index.html
h t t p : / / java.sun.com/products/java-media/speech/forDevelopers/jsapifaq.html
but in the requirements I see it is for Java Virtual Machine. I need to create application for mobile phone so it rather should be K virtual machine. I thought about using MIDP (there is other way - phone with Symbian, but it may be too expensive). I downloaded and installed Java Wireless Kit 2.5 for CLDC (somebody told me 3.0 doesn't work too well yet) and NetBeans. I also tried to look for "voice dialing" in google.
The important thing is language. It is Polish, not English. There are no open-source projects on my language. I found PocketSphinx and Sphinx4 for English as open-source solution responsible for speech recognition. "Voice dialing" is based on comparing sound-wave files recorded by exact user before using voice dialing with sound-wave recorded when using this system. This is why I guess it should be possible to the same for my solution. (But I couldn't find whether it is possible to do it with Sphinx). The user would record his/her voice (speaking several words - digits, yes/no and two or three additional commands).
Can you suggest me how to create recognition of spoken numbers in Java for mobile phones, please?
Greetings!
- 08-26-2009, 01:43 AM #2
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
ASR - speech recognition
Hi,
I can assist you in porting a speech recognizer for Polish, but it is necessary to build a speech database.
If you have words, numbers, etc, and you won't change, it is possible to build a small vocabulary with just these words, otherwise you will need to build a complete speech database for Polish with all phonemes, triphones.
My company can produce this for you. You can find some information in ASR Labs. if you put a com, you will access webpage, but it is writing in Portuguese.
Luis
Similar Threads
-
Help with null pointer in voice recognition application
By Lynx09 in forum Advanced JavaReplies: 7Last Post: 12-15-2010, 11:35 AM -
Speech Recognition In Java
By hackernewbie in forum Advanced JavaReplies: 6Last Post: 01-18-2010, 11:06 PM -
Voice xml
By dhaval.rajput.p in forum Advanced JavaReplies: 4Last Post: 07-04-2009, 07:51 AM -
API for Character Recognition
By LankanSniper in forum Advanced JavaReplies: 5Last Post: 03-25-2009, 11:39 AM -
Palm Print Recognition
By puneet138 in forum Java 2DReplies: 0Last Post: 07-10-2008, 03:27 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks