Problem with the SynthAndRecog command in the Yandex plugin
The problem is that if the keyword for synthesis is relatively large, then recognition doesn't work after the synthesis ends.
This is where recognition works after the synthesis is complete:
SynthAndRecog("Привет, как дела. погодка сегодня отличная.",builtin:speech/transcribe,t=30000&sit=0&sint=3000&sct=400&b=1&nit=3000&ct=0.7&spl=ru-RU&sl=0.8&uer=0&vn=oksana&pr=1)
Recognition doesn't work here after the synthesis is complete:
SynthAndRecog("хорошо, следующий интент не открытый. как твои дела? Я вот сейчас проверяю прерывания и я очень надеюсь что они будут работать хорошо. А вообще сегодня очень хорошая погода. хочет ся пойти погулять.",builtin:speech/transcribe,t=30000&sit=0&sint=3000&sct=400&b=1&nit=3000&ct=0.7&spl=ru-RU&sl=0.8&uer=0&vn=oksana&pr=1)
There is a suspicion that such and such a timer does not start
I have used all the timers, and I only start these timers when the synthesis ends:
sit=0
But still when a person starts talking the system for some reason for some timeout shuts down and does not start recognition.
we now have a new version of the plugin as it says here:
https://groups.google.com/g/unimrcp/c/UKaGI7KK1yI
Has anyone fixed this?
Problem with the SynthAndRecog command in the Yandex plugin
--
You received this message because you are subscribed to the Google Groups "UniMRCP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unimrcp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/33d00f53-c77a-4758-8dcd-897b9ea1b1ddn%40googlegroups.com.
Well, I can make a similar statement too. This is the same problem which Yandex fixed back in May 2019.See this post and refer to Jira #UNI-50 if you happen to bring this issue to the attention of Yandex.
To unsubscribe from this group and stop receiving emails from it, send an email to uni...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/33d00f53-c77a-4758-8dcd-897b9ea1b1ddn%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to unimrcp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/3e8e6444-edf6-4ac9-8ebe-1b07c409a741o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/3e8e6444-edf6-4ac9-8ebe-1b07c409a741o%40googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "UniMRCP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unimrcp/4_lH8Lx2PwA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to unimrcp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/CAC5Usc%2ByULwnU9ELFWM-rHVKwHdLS_CVTG0Kp1PJA%2BnKR673UA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/CAF51ix_kiKQycLSGkpySxRj%2BF-_hNEXijfSM%2B1KEsp3wc9ujxQ%40mail.gmail.com.
Hi Maria,Thanks for coordinating the responses back and forth. I am providing attached an extracted log of Jira #Uni-50 for information only.Instead of debating any further regarding possible approaches or the origin of the problem, I'd rather save everyone's time by tackling the problem in the plugin.You may download and install an early dev RPM as followThis version allows placing a gRPC call at a later stage when audio activity is detected. There is a global configuration parameter which can be set in umsyandexsr.xml. The parameter defaults to false, if not specified. You would need to set it to true.<streaming-recognitionlate-grpc-call="true"Furthermore, the behavior can be controlled per recognition request as followsbuiltin:speech/transcribe?late-grcp-call=trueHope this helps.
On Mon, Sep 7, 2020 at 9:45 PM Мария Ветошкина <maria...@gmail.com> wrote:
Yandex team also recommended sending “silence” for recognition to save the connection opened.
пн, 7 сент. 2020 г. в 09:39, Мария Ветошкина <maria...@gmail.com>:
To unsubscribe from this group and stop receiving emails from it, send an email to uni...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/33d00f53-c77a-4758-8dcd-897b9ea1b1ddn%40googlegroups.com.
--
--
You received this message because you are subscribed to a topic in the Google Groups "UniMRCP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unimrcp/4_lH8Lx2PwA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to uni...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/CAC5Usc%2ByULwnU9ELFWM-rHVKwHdLS_CVTG0Kp1PJA%2BnKR673UA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "UniMRCP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uni...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/CAF51ix_kiKQycLSGkpySxRj%2BF-_hNEXijfSM%2B1KEsp3wc9ujxQ%40mail.gmail.com.
Hi Maria,
Thanks for coordinating the responses back and forth. I am providing attached an extracted log of Jira #Uni-50 for information only.Instead of debating any further regarding possible approaches or the origin of the problem, I'd rather save everyone's time by tackling the problem in the plugin.You may download and install an early dev RPM as followThis version allows placing a gRPC call at a later stage when audio activity is detected. There is a global configuration parameter which can be set in umsyandexsr.xml. The parameter defaults to false, if not specified. You would need to set it to true.<streaming-recognitionlate-grpc-call="true"Furthermore, the behavior can be controlled per recognition request as followsbuiltin:speech/transcribe?late-grcp-call=trueHope this helps.
On Mon, Sep 7, 2020 at 9:45 PM Мария Ветошкина <maria...@gmail.com> wrote:
Yandex team also recommended sending “silence” for recognition to save the connection opened.
пн, 7 сент. 2020 г. в 09:39, Мария Ветошкина <maria...@gmail.com>:
To unsubscribe from this group and stop receiving emails from it, send an email to uni...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/33d00f53-c77a-4758-8dcd-897b9ea1b1ddn%40googlegroups.com.
--
--
You received this message because you are subscribed to a topic in the Google Groups "UniMRCP" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/unimrcp/4_lH8Lx2PwA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to uni...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/CAC5Usc%2ByULwnU9ELFWM-rHVKwHdLS_CVTG0Kp1PJA%2BnKR673UA%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "UniMRCP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to uni...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/CAF51ix_kiKQycLSGkpySxRj%2BF-_hNEXijfSM%2B1KEsp3wc9ujxQ%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to unimrcp+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/unimrcp/59394a3b-faac-4a36-a1e1-81cfa0b5e8ebo%40googlegroups.com.