I have met #25 mentioned issue also, but like I commented, when I add ``` set rustc-link-search= C:\deepspeech ``` the example program can be boot. but I saw another issue: ``` Data loss: Can't parse .\models\deepspeech-0.9.0-models-zh-CN.tflite as binary proto ``` I have tested both 0.9.3 and 0.9.0 as model file. additional info: ``` os: windows 11 crate: latest deepspeech-rs rustc: 1.57.0 (f1edd0429 2021-11-29) wsl2: Ubuntu 20.04.3 LTS crate: latest deepspeech-rs Linux version 5.10.60.1-microsoft-standard-WSL2 (oe-user@oe-host) (x86_64-msft-linux-gcc (GCC) 9.3.0, GNU ld (GNU Binutils) 2.34.0.20200220) rustc: 1.57.0 (f1edd0429 2021-11-29) ```
I have met #25 mentioned issue also, but like I commented, when I add
the example program can be boot.
but I saw another issue:
I have tested both 0.9.3 and 0.9.0 as model file.
additional info: