--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/331457c5-f8d8-4686-9677-12996068e47a%40googlegroups.com.
--
Go to http://kaldi-asr.org/forums.html find out how to join
---
You received this message because you are subscribed to the Google Groups "kaldi-help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi-help+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kaldi-help/95b95451-7be4-4340-841a-099c32ee8a59%40googlegroups.com.
25 авг. 2019 г., в 14:39, orum farhang <orumf...@gmail.com> написал(а):
Hi Nickolay,Could you please explain what is the benefit of using Gstreamer insted of your sample websocket-python?
I mean if we can create an instance of online decoder in Python and use the Python web server to send/receive data then do we still need use the Gstreamer? Also would you mind to write how you bind the c++ code with Python? I see there is a kaldi_recognizer.i file which provides an interface but how you generated that file?
| import asyncio | |
| import pathlib | |
| import websockets |
Most objects used in Kaldi don't contain their own mutexes for thread safety; if multiple threads will be modifying an object you need to add your own mutexes to guard them. But it is designed so that large objects that need to be shared are generally not modified by code that uses them, so you can share them safely.If it's an error in websocket init, I suspect it may not even be a Kaldi issue per se.If you use OpenBLAS, by default it has a limit on the number of threads you can use.
Dan
To unsubscribe from this group and stop receiving emails from it, send an email to kaldi...@googlegroups.com.