-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there an example that runs on an Android app? #6
Comments
You need to use the Android version of onnxruntime for inference, which is not complicated. The complicated part is the audio device and real-time streaming related things. |
@yuyun2000 Is there an Android demo using this model for learning? |
Not yet, I will write a demo later when I have time |
I'm really looking forward to your demo. |
Here is a demonstration code for performing a single inference using GTCRN. You can study it first, and if you're interested, I'm confident that you can write a complete audio inference code by following the Python inference process: https://github.com/yuyun2000/onnx-infer_time-app |
I want to run this app on an Android device.What should I do?
The text was updated successfully, but these errors were encountered: