I have a pythons tcp socket running on ubuntu and a java client running on windows. The java client sends an audio inputstream to the python application. The problem is im getting no hypothesis somehow from the decoder. At first i developed everything in python without a tcp socket. I used pyaudio to get the input stream from my microphone, i read the data from the stream and passed them to the decoder to process it. That worked very well. Now since im receiving a input stream from the client and...
I have a pythons tcp socket running on ubuntu and a java client running on windows. The java client sends an audio inputstream to the python application. The problem is im getting no hypothesis somehow from the decoder. At first i developed everything in python without a tcp socket. I used pyaudio to get the input stream from my microphone, i read the data from the stream and passed them to the decoder to process it. That worked very well. Now since im receiving a input stream from the client and...
I have a pythons tcp socket running on ubuntu and a java client running on windows. The java client sends an audio inputstream to the python application. The problem is im getting no hypothesis somehow from the decoder. At first i developed everything in python without a tcp socket. I used pyaudio to get the input stream from my microphone, i read the data from the stream and passed them to the decoder to process it. That worked very well. Now since im receiving a input stream from the client and...
I have a pythons tcp socket running on ubuntu and a java client running on windows. The java client sends an audio inputstream to the python application. The problem is im getting no hypothesis somehow from the decoder. At first i developed everything in python without a tcp socket. I used pyaudio to get the input stream from my microphone, i read the data from the stream and passed them to the decoder to process it. That worked very well. Now since im receiving a input stream from the client and...
I have a pythons tcp socket running on ubuntu and a java client running on windows. The java client sends an audio inputstream to the python application. The problem is im getting no hypothesis somehow from the decoder. At first i developed everything in python without a tcp socket. I used pyaudio to get the input stream from my microphone, i read the data from the stream and passed them to the decoder to process it. That worked very well. Now since im receiving a input stream from the client and...
The application asks a person if they feel good. If the person answers with yes nothing will happen. If the person answers with no an alarm is raised.
I created my own model for yes and no in german language. Actually it works pretty well the only thing im confused about is when i speak other words than yes or no, which doesnt belong to my dictionary, i will get "yes" or "no" as a result. I guess sphinx4 could recognize unkown words with "<unk>" but in pocketsphinx it doesnt exist i guess. So i tried using kws and tuned the treshold. Now the result is much better since im not getting always "yes" or "no" when speaking other words. Anyway it happens...
I created my own model for yes and no in german language. Actually it works pretty well the only thing im confused about is when i speak other words than yes or no, which doesnt belong to my dictionary, i will get "yes" or "no" as a result. I guess sphinx4 could recognize unkown words with "<unk>" but in pocketsphinx it doesnt exist i guess. So i tried using kws and tuned the treshold. Now the result is much better since im not getting always "yes" or "no" when speaking other words. Anyway it happens...