You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently the speech recognition won't add punctuation to the text, which is something important depending on the use case.
Describe the solution you'd like
IOS has a new property to set punctuation starting on IOS 16. I didn't test android but I believe it will have the same problem because EXTRA_ENABLE_FORMATTING is not implemented.
Describe alternatives you've considered
n/a
Additional context
I have implemented addsPunctuation to IOS locally and it seems to work. Will create a PR to send the needed changes.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the speech recognition won't add punctuation to the text, which is something important depending on the use case.
Describe the solution you'd like
IOS has a new property to set punctuation starting on IOS 16. I didn't test android but I believe it will have the same problem because EXTRA_ENABLE_FORMATTING is not implemented.
Describe alternatives you've considered
n/a
Additional context
I have implemented addsPunctuation to IOS locally and it seems to work. Will create a PR to send the needed changes.
The text was updated successfully, but these errors were encountered: