Performs speech recognition employing Sphinx.
More...
Performs speech recognition employing Sphinx.
Communicates with rapp_speech_detection_sphinx4.sphinx4_wrapper.Sphinx4Wrapper via socket to configure Sphinx and perform the speech recognition and returns the result.
Definition at line 49 of file Sphinx4.java.
static void Sphinx4.main |
( |
String[] |
args | ) |
throws IOException |
|
inlinestatic |
static void Sphinx4.updateConfiguration |
( |
| ) |
throws IOException |
|
inlinestatic |
Updates the Sphinx configuration.
Definition at line 79 of file Sphinx4.java.
String Sphinx4.acoustic_model_path = "" |
|
static |
String Sphinx4.acoustic_model_path_prev = "" |
|
static |
BufferedReader Sphinx4.bufferRead |
|
static |
PrintWriter Sphinx4.bufferWrite |
|
static |
ConfigurationManager Sphinx4.cm |
|
static |
Configuration Sphinx4.configuration = new Configuration() |
|
static |
String Sphinx4.configuration_model_path = "" |
|
static |
String Sphinx4.configuration_model_path_prev = "" |
|
static |
String Sphinx4.dictionary_path = "" |
|
static |
String Sphinx4.dictionary_path_prev = "" |
|
static |
boolean Sphinx4.grammar_enabled = false |
|
static |
boolean Sphinx4.grammar_enabled_prev = false |
|
static |
String Sphinx4.grammar_model_file_path = "" |
|
static |
String Sphinx4.grammar_model_file_path_prev = "" |
|
static |
String Sphinx4.grammar_model_folder_path = "" |
|
static |
String Sphinx4.grammar_model_folder_path_prev = "" |
|
static |
String Sphinx4.language_path = "" |
|
static |
String Sphinx4.language_path_prev = "" |
|
static |
StreamSpeechRecognizer Sphinx4.recognizer |
|
static |
The documentation for this class was generated from the following file:
- /home/travis/rapp_temp/rapp-platform/rapp_speech_detection_sphinx4/src/Sphinx4.java