Speech Recognizer in java using Eclipse SDK.
Im using Sphinx 4.0. Its a Speech Recognizer (no synthesizer) written in java. Sphinx is an implementation of Java Speech
API (JSAPI) 1.0 and you must have JSAPI installed on your machine.
Part Two
By : Puneet Kalra - www.Puneetk.com
Simply add the 4 required Libraries & any Acoustic model library (depending on your projects requirements) to Project and run the any of the provided demo, It will work.
Required Libraries :
sphinx4.jar
tags.jar
jsapi.jar
js.jar
Acoustic Model Libraries :
TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.jar
WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.jar
puneetkay 1 year ago