Can anyone share some code snippet used to convert Speech to text in Java.
feedback
|
|
Check out this question. | |||||||
feedback
|
|
Speech Recognition is not a easy task There is a API Available by oracle. The Java Speech API allows Java applications to incorporate speech technology into their user interfaces. It defines a cross-platform API to support command and control recognizers, dictation systems and speech synthesizers. You can view the full documentation here | |||
|
feedback
|