Dear Support.
I have seen your help for metadata on the ticket link below.
This doesnot help me yet.
Can you please give command line how to incorporate client.cc while STT model running with deepspeech to get the proper json format and speaker info. I tried several ways. I am confuse and still unsuccessful.
I have tried like this to incorporate client.cc
$python3 …/DeepSpeech-0.5.1/DeepSpeech.py --model models/en/output_graph.pbmm --alphabet models/en/alphabet.txt --lm models/en/lm.binary --trie models/en/trie --audio data/test4/dialog.wav --extended …/DeepSpeech-0.5.1/native_client/client.cc --json --extended > data/test4/transcript_plain.txt
Greetings.