- Dec 12, 2022
- 357
- 2
Here is a wrapper for the Android speech recognition API using JavaObject complete with Source code.
It's based on the code found here:
There is not much to it, if you create a new project, you just need to add the Record Audio permission to your Manifest:
B4X:
It supposedly works offline if you download a language pack, but I haven't tried that yet.
A very basic Gui is provided, but you can soon get rid of that if you prefer.
You can see in the code where to change the Language Preference. I'm afraid the best list I could find is on this page:
Full documentation is here:
Let me know how you get on with it.
It's based on the code found here:
برای دیدن لینک ها باید ثبت نام کنید
There is not much to it, if you create a new project, you just need to add the Record Audio permission to your Manifest:
B4X:
AddPermission(android.permission.RECORD_AUDIO)
It supposedly works offline if you download a language pack, but I haven't tried that yet.
A very basic Gui is provided, but you can soon get rid of that if you prefer.
You can see in the code where to change the Language Preference. I'm afraid the best list I could find is on this page:
برای دیدن لینک ها باید ثبت نام کنید
Full documentation is here:
برای دیدن لینک ها باید ثبت نام کنید
Let me know how you get on with it.
برای دیدن لینک ها باید ثبت نام کنید