Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to convert speech to text in java?

Can anyone share some code snippet used to convert Speech to text in Java.

like image 925
TheHat Avatar asked Nov 26 '22 12:11

TheHat


1 Answers

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

like image 68
Sudantha Avatar answered Dec 16 '22 16:12

Sudantha