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

Question: ASR on Android + iOS via flutter #1069

Closed
jtdLab opened this issue Jul 2, 2024 · 2 comments
Closed

Question: ASR on Android + iOS via flutter #1069

jtdLab opened this issue Jul 2, 2024 · 2 comments

Comments

@jtdLab
Copy link

jtdLab commented Jul 2, 2024

Is it possible to run ASR on mobile using dart/flutter api. Are there any additional steps required as currently the example only contains desktop support?

@csukuangfj
Copy link
Collaborator

Is it possible to run ASR on mobile using dart/flutter API.

Yes, it is possible.

Are there any additional steps

Yes, there are.


We need to first fix #379 (comment)

Pre-built libs are pre-packaged in the dart/flutter package and we need to support macos, linux, windows, ios,
and android, but pub.dev limits that each package cannot exceed 100MB. We need to first refactor the current approach
to use the federated plugin

I don't have extra time to do that. Help from the community is needed to finish that.

@csukuangfj
Copy link
Collaborator

Closing via #1079

Android as well as iOS with Flutter is supported now.

See also
https://pub.dev/packages/sherpa_onnx

Screenshot 2024-07-06 at 19 31 56

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