So I'm actually trying to get Sphinx 4 work on Java and I made it work , only problem is , it isn't very accurate so I figured to adapt the en-us acoustic model as seen in the Tutorial.
I am stuck at the Point where i should use the sphinx_fe.exe in sphinxbase(I compiled it (build it in Visual Studio) with no errors so i assume I did it correctly) when i now try to start sphinx_fe (located at sphinxbase/bin/Release/x64) a command prompt pops up and closes really fast the error that i was able to read is : ERROR: "sphinxfe.c", line 1009: Command line parsing failed
Any ideas?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I enter sphinx_fe -argfile en-us/feat.params (first command) i get an output without errors when I enter any of the other ones (-samprate 16000 -c arctic20.fileids or -di . -do . -ei wav -eo mfc -mswav yes) it says DNS server not authorative for zone.
Last edit: Samurai Worf 2018-01-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Got that one btw , it werent 3 commands it was 1 hehe. For those with the same problem try this command: sphinx_fe -argfile en-us/feat.params -samprate 16000 -c arctic20.fileids -di . -do . -ei wav -eo mfc -mswav yes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So I'm actually trying to get Sphinx 4 work on Java and I made it work , only problem is , it isn't very accurate so I figured to adapt the en-us acoustic model as seen in the Tutorial.
I am stuck at the Point where i should use the sphinx_fe.exe in sphinxbase(I compiled it (build it in Visual Studio) with no errors so i assume I did it correctly) when i now try to start sphinx_fe (located at sphinxbase/bin/Release/x64) a command prompt pops up and closes really fast the error that i was able to read is :
ERROR: "sphinxfe.c", line 1009: Command line parsing failed
Any ideas?
You first open a cmd window first and type all commands there, then you can scroll and read the output.
You can also write bat file to automate it all.
Overall, good accuracy requires something more modern. You can try prebuilt Kaldi docker image.
When I enter sphinx_fe -argfile en-us/feat.params (first command) i get an output without errors when I enter any of the other ones (-samprate 16000 -c arctic20.fileids or -di . -do . -ei wav -eo mfc -mswav yes) it says DNS server not authorative for zone.
Last edit: Samurai Worf 2018-01-30
Got that one btw , it werent 3 commands it was 1 hehe. For those with the same problem try this command:
sphinx_fe -argfile en-us/feat.params -samprate 16000 -c arctic20.fileids -di . -do . -ei wav -eo mfc -mswav yes
(Comment deleted and issue put into another Topic)
Last edit: Samurai Worf 2018-01-31