Skip to content
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

Open
Ye83 opened this issue Oct 2, 2024 · 5 comments
Open

Is there an example that runs on an Android app? #6

Ye83 opened this issue Oct 2, 2024 · 5 comments

Comments

@Ye83
Copy link

Ye83 commented Oct 2, 2024

I want to run this app on an Android device.What should I do?

@yuyun2000
Copy link
Owner

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.

@Ye83
Copy link
Author

Ye83 commented Oct 8, 2024

@yuyun2000 Is there an Android demo using this model for learning?

@yuyun2000
Copy link
Owner

Not yet, I will write a demo later when I have time

@Ye83
Copy link
Author

Ye83 commented Oct 13, 2024

I'm really looking forward to your demo.

@yuyun2000
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants