- Jun 6, 2020
- 11,559
- 4,422
This is a wrapper of
NOTE:
SpeechToText
Author: @Biswajit
Version: 1.2
برای دیدن لینک ها باید ثبت نام کنید
, With this, you can add continuous offline speech recognition feature to your application,NOTE:
- As it works offline the app should be complied with the voice model. It will increase the app size by 30-40Mb.
- The accuracy depends on the voice model. You can train your own voice model. For more details check the models download link below.
- Remember to add RECORD_AUDIO permission.
- Download the required voice model from
برای دیدن لینک ها باید ثبت نام کنید.
- Change the file name to a simple one like "model.zip"
- Copy it to the Files folder of your project.
- Now to use that model check the attached example.
SpeechToText
Author: @Biswajit
Version: 1.2
- SpeechToText
- Events:
- Error (message As String)
- FinalResult (text As String)
- MicrophoneBuffer...
- Events:
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید