Hi ,
I use online2-tcp-nnet3-decode-faster to do online decoding,
however the client just hang-up and get no responses.
I remember that several months ago it worked fine.
Don't know why? Want to know how to fix it?
Thank you very much!
Server:
online2-tcp-nnet3-decode-faster \
--config=./online_conf/conf/online.conf \
--max-active=7000 --frame-subsampling-factor=3 \
--beam=15.0 --lattice-beam=6.0 --acoustic-scale=1.0 \
--samp-freq=16000 --frames-per-chunk=20 --extra-left-context-initial=0 \
--port-num=5050 \
exp/chain_cleaned_9L_musan_sp/tdnn_1d_sp/final.mdl exp/chain_cleaned_9L_musan_sp/tdnn_1d_sp/graph_word/HCLG.fst exp/chain_cleaned_9L_musan_sp/tdnn_1d_sp/graph_word/words.txt
Client:
sox M08100039.wav -t raw -c 1 -b 16 -r 16k -e signed-integer - | nc localhost 5050