Pocketsphinx - Recognized uttered words or noise but this words are not part of either grammer file or DCT ? How to reject this words ? I tired to do reject based on confidence which is returned by "ps_get_hyp" but this values are in the range of negative values "Ex = -3863717, -8468919" ( Tired on visual studio )
Also Tired with ps_get_prob api but it always return '0' so i'm not able to reject the hypothsis .
Let me know how to handled this
How to handle Wake-Up word Recognition ? There is only one word in DCT and Grammer file (EX - HELLO SPEEC) , but whatever i tell apart from "HELLO SPEECH" its still recognisis and gives the hypthosis string as "HELLO SPEECH" How to handle this ? I tired with keyword spotting but this doesn't slove my problem.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Pocketsphinx - Recognized uttered words or noise but this words are not part of either grammer file or DCT ? How to reject this words ? I tired to do reject based on confidence which is returned by "ps_get_hyp" but this values are in the range of negative values "Ex = -3863717, -8468919" ( Tired on visual studio )
Also Tired with ps_get_prob api but it always return '0' so i'm not able to reject the hypothsis .
Let me know how to handled this
How to handle Wake-Up word Recognition ? There is only one word in DCT and Grammer file (EX - HELLO SPEEC) , but whatever i tell apart from "HELLO SPEECH" its still recognisis and gives the hypthosis string as "HELLO SPEECH" How to handle this ? I tired with keyword spotting but this doesn't slove my problem.