k2-fsa / sherpa-onnx

Speech-to-text, text-to-speech, speaker recognition, and VAD using next-gen Kaldi with onnxruntime without Internet connection. Support embedded systems, Android, iOS, Raspberry Pi, RISC-V, x86_64 servers, websocket server/client, C/C++, Python, Kotlin, C#, Go, NodeJS, Java, Swift, Dart, JavaScript, Flutter, Object Pascal, Lazarus, Rust
https://k2-fsa.github.io/sherpa/onnx/index.html
Apache License 2.0
3.37k stars 396 forks source link

a java android demo #1432

Open JameWade opened 6 days ago

JameWade commented 6 days ago

hey,sir.when i want to use sherp-onnx in our older project run by java, I found that the class OnlineRecognizer of the java api cannot use the constructor with assetmanager.So I recompiled the java api and wrote a java android demo.And could I submit a pull request?

csukuangfj commented 6 days ago

Yes, please.

JameWade commented 3 days ago

thx,i'l do this next week