Hi
I’m trying to use the nuget package for deepspeech (v0.41) to transcribe audio. I’m trying to use DeepSpeechConsole.exe in the tools directory.
I’ve downloaded the nuget package, unzipped, then downloaded the v0.41 models and also extracted into the tools directory. I tried running the executable from the shell but it doesn’t seem to work:
C:\Users\miguel\Downloads\deepspeech.0.4.1\tools>DeepSpeechConsole.exe --model models\output_graph.pbmm --alphabet models\alphabet.txt --lm models\lm.binary --trie models\trie --audio speech1.wav
Excepção não processada: System.IO.FileNotFoundException: Não foi possível carregar o ficheiro ou assemblagem 'DeepSpeechClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' ou uma das respectivas dependências. O sistema não conseguiu localizar o ficheiro especificado.
em CSharpExamples.Program.Main(String[] args)
C:\Users\miguel\Downloads\deepspeech.0.4.1\tools>dir
Volume in drive C is Windows-SSD
Directory of C:\Users\miguel\Downloads\deepspeech.0.4.1\tools
01/04/2019 19:13 <DIR> .
01/04/2019 19:13 <DIR> ..
16/01/2019 17:50 7 168 DeepSpeechConsole.exe
09/01/2019 15:39 <DIR> models
01/04/2019 19:09 278 124 speech1.wav
2 File(s) 285 292 bytes
3 Dir(s) 13 193 052 160 bytes free
Google translate of the error:
Unhandled Exception: System.IO.FileNotFoundException: The file or assembly ‘DeepSpeechClient, Version = 1.0.0.0, Culture = neutral, PublicKeyToken = null’ or one of its dependencies could not be loaded. The system could not find the file specified.
in CSharpExamples.Program.Main (String args)