RES

Results 20 issues of RES

hi, is there **failover** functionality? E.g.: https://github.com/jasonrbriggs/stomp.py/blob/010b245bc869381e25895b26d987ca19df1d2a2c/stomp/connect.py#L123

Hi @pedrokiefer , **## manually** How to perform ack / nack in *manual* way? **## ack modes** There are following default mode `auto` and also parameter `auto_ack=True` -> How do...

Hi @pedrokiefer , Following example is basic. * in the loop, client sends message and sleeps for a some `period`. * reconnecting is infinite with `reconnect_max_attempts=-1` * *ActiveMQ* is started...

Hi What is license for Language data? MIT, Apache, ...? Very important to know, if one can use it in a commercial application. Thanks!

When loading the model only once and running decoding on same file with each time new recognizer, results are different. **Setup** * `vosk==0.3.32` * `vosk-model-en-us-0.22` **Test** Run decoding on each...

Wanted a documentation of changes for each release: * breaking changes * features * fixes The documentation should improve integration of new releases and reduce number of questions.

Similar issue as with the model (#36). # Scenario decoder n files in a list with * option A - use same decoder ```python decoder = KaldiNNet3OnlineDecoder(model) try: for filename...

I have discovered, that memory is leaking by using the model/decoder. # Scenario Load model, use it, unload -> the memory is released partially. ```python def runner_model(): mem_usage = memory_profiler.memory_usage(-1,...

Hi, many Thanks for great overview and samples - I defently will recommend this information as "start with". Would be nice also to add CNN and RNN for audio classification.

Try to make run plugins within async test cases as stated in #12

enhancement