kaldi-grpc-server
kaldi-grpc-server copied to clipboard
added default beam value to makefile
When using the Makefile make run-server command to run the server without setting a beam size with "beam=$(beam)", the server crashed. Added a default beam value in the Makefile. Not sure about what the value should be (i think when unspecified it defaults to 13).
Better make it 13 as a sane default