thanhhoa
thanhhoa
> Short term fix, add skip type-checking of declaration files (.d.ts files), to your `tsconfig.json`: > > ``` > { > "compilerOptions": { > "skipLibCheck": true > }, > ```...
@csukuangfj I have got same error. When run flutter streaming_asr example using english model like [sherpa-onnx-streaming-zipformer-en-20M-2023-02-17.tar.bz2](https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-streaming-zipformer-en-20M-2023-02-17.tar.bz2). they cannot recognize English when stop and start record, [watch video demo error](https://github.com/docaohuynhcse/speech_to_text/releases/download/video/IMG_7551.MOV) [Watch...
I try [sherpa-onnx-streaming-zipformer-en-2023-06-21.](https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-streaming-zipformer-en-2023-06-21.tar.bz2) seem like it work. But problem is this model too large for mobile. I try Chinese language with small model [asr-models/sherpa-onnx-streaming-zipformer-zh-14M-2023-02-23](https://github.com/k2-fsa/sherpa-onnx/releases/download/asr-models/sherpa-onnx-streaming-zipformer-zh-14M-2023-02-23.tar.bz2) It still working. Can you make...
Model sherpa-onnx-streaming-zipformer-en-2023-06-21 ~ 500M. So It make App size > 600M. I think App with that size is big.
> Please keep only the files you use in the code and remove other unused files. Thank you very much! Now I know how to make App size smaller