docker-kaldi-gstreamer-server icon indicating copy to clipboard operation
docker-kaldi-gstreamer-server copied to clipboard

Dockerfile for kaldi-gstreamer-server.

Results 46 docker-kaldi-gstreamer-server issues
Sort by recently updated
recently updated
newest added
trafficstars

I added the missing `gfortran` dependency, which is required to build recent versions of kaldi. Also, I added an entrypoint to the Dockerfile, and redirected the output to stdout in...

**wget https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz** converted 'https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz' (ANSI_X3.4-1968) -> 'https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz' (UTF-8) --2022-01-05 19:37:12-- https://phon.ioc.ee/~tanela/tedlium_nnet_ms_sp_online.tgz Resolving phon.ioc.ee (phon.ioc.ee)... 193.40.251.126 Connecting to phon.ioc.ee (phon.ioc.ee)|193.40.251.126|:443... failed: Connection refused.

C:\Users\SA>docker run --memory="8g" -it -p 8080:80 -v /media/kaldi_models:/opt/models ca9ada4fab7f /bin/bash root@b4eabf42047c:/opt# /opt/start.sh -y /opt/models/nnet2.yaml python main.py -u ws://localhost:8080/client/ws/speech -r 8192 .\test_data_bill_gates-TED.mp3 Received error from server (status 9) Error message: No...

I was trying to repeat the 'Practical Example' with a nnet3 chain model(tdnn_7q exactly) instead. I use the yaml file from sample_chinese_nnet3.yaml(multi_cn). However, a core file generated when decoder dealing...

hi, I started the project according to the steps you prompted, but an error occurred during the test. The log shows “no decoder ” available ,Is the path in my...

Traceback (most recent call last): File "./worker.py", line 419, in main() File "./worker.py", line 409, in main decoder_pipeline = DecoderPipeline2(conf) File "/opt/kaldi-gstreamer-server/kaldigstserver/decoder2.py", line 25, in __init__ self.create_pipeline(conf) File "/opt/kaldi-gstreamer-server/kaldigstserver/decoder2.py", line...

Hello! I have gone through both of the practical examples - in the README and in the practical example directory. When I run the client, it is able to connect...

An update to get this demo working. (proposed change found in issues section).

After running start.sh in the docker image, I encountered this error after running **python /tmp/client.py -u ws://localhost:8080/client/ws/speech -r 8192 /tmp/bill_gates-TED.mp3** `Received error from server (status 9) Error message: No decoder...

The different gstreamer versions available only use nnet2 decoder. Is there a way I can use nnet3 decoder with nnet3 model. I know about the nnet3 mode but it's not...