Uses microphone streaming inference for other language

I checked microphone streaming with the English language with pre-trained weight, it is working. please, could you explain how can I use this for another language? If I train network with other languages and use PB converted weight file for microphone streaming inferencing, can it work for me?

Yes, as long as you keep the versions consistent (if you’re using DeepSpeech v0.6.0, make sure you use the training code from v0.6.0), you can export custom models and they will work with all clients.