Hi Cavagnaro,
I'm still dealing with my ASR project... The grammar is currently working fine but it seems like no matter what parameter I'm playing with, it suddenly cease to listen to my speech (characters listing) even if I'm not finished. From what I can understand, it has something to do with the incomplete/complete timeout parameter that I'm trying to set to 5s. However, I noticed from MCP logs that when ASR is invoked it sets parameters using [b]MRCPv2ClientLibrary.C[/b] or, at least, it seems so.
[quote]2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D 6724 01C00000 CMASRSession.C:1101 CMASRSession::HandleASREvent, msgType = 800, m_nModifySent = 0, m_RecognizerState = 0, m_MediaState = 1
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D 6724 01C00000 CMASRSession.C:435 CMASRSession::SendASRLogQueue
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D 6724 01C00000 CMASRSession.C:2215 CMASRSession::LoadASR
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:1390 In ASR Set Params
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2Session.C:78 Checking the request for 13
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2Session.C:153 Getting the ASR state
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2Session.C:165 State is valid.
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:1425 Calling Translate ASR SetParam Args
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2432 Setting Language it-IT
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2440 Setting Incompletetimeout 1000
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2447 Setting Complete 1000
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2464 Adjusting MaxSpeechTimeout to 60000
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2472 Setting Sensitivity 40
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2479 Setting SpeedVSAccurarcy 50
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2493 Setting NBest 1
2019-07-15 16:33:12.564 DBUG 007A01D2-1000A36D-asr-default-2267 6724 06B00000 MRCPV2ClientLibrary.C:2508 Setting Confidence Threshold 50[/quote]
I can't find anything about this, do you know if it is a configuration file? If yes, where I can find it?
Thank you