speech-recognition icon indicating copy to clipboard operation
speech-recognition copied to clipboard

Results 27 speech-recognition issues
Sort by recently updated
recently updated
newest added

Migration done with `npx @capacitor/plugin-migration-v5-to-v6@latest`

**Plugin version:** **Platform(s):** **Current behavior:** **Expected behavior:** **Steps to reproduce:** **Related code:** ``` insert short code snippets here ``` **Other information:** **Capacitor doctor:** ``` insert the output from `npx cap...

needs: triage

Hey, whenever i triggered `requestPermission()` in the Plugin and i decline it, `console.log(await SpeechRecognition.checkPermissions())` will deliver `speechRecognition: "prompt"`. Instead, it should be "denied", no? Operating on Android 13.

needs: triage

I saw `np` was replaced with `standard-version`, so I went to the npm page to check how it works and saw it was deprecated two years ago. Also the CONTRIBUTING.md...

needs: triage

**Is your feature request related to a problem? Please describe.** On iOS and Android when implementing this plugin, speech recognitions starts and then stops either when the user finishes talking...

**Describe the bug** On Android, there is no partial results. The "start()" promise resolves when the user stops speaking, and the voice recognition immediately stops. On iOS, the voice recognition...

**Describe the bug** CapacitorCommunitySpeechRecognition/Plugin.swift:83: Fatal error: Unexpectedly found nil while unwrapping an Optional value ERROR MESSAGE: {"errorMessage":"No speech detected","message":"No speech detected"} 2024-03-06 13:44:54.636679-0500 App[26385:6805050] CapacitorCommunitySpeechRecognition/Plugin.swift:83: Fatal error: Unexpectedly found nil...

**Is your feature request related to a problem? Please describe.** No, it's missing a web feature **Describe the solution you'd like** Web speech recognition support **Describe alternatives you've considered** N/A...

**Describe the bug** Hello the plugin works great but i've noticed an issue with my surname (Dompè), if i say "Dompè" i get Dom pe with the space and the...

**Is your feature request related to a problem? Please describe.** It is hard to know when users have finished talking and we can safely send their input for processing. For...