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

[feat]: add useSpeechRecognition hook #282

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

rupeq
Copy link
Contributor

@rupeq rupeq commented Feb 2, 2025

Summary:

  • added the useSpeechRecognition hook to integrate the Web Speech API with configurable options for continuous mode, interim results, and multiple alternatives.
  • implemented tests covering both supported and unsupported browser environments.
  • created a demo component to showcase real-time speech transcription, language switching, and various configuration options

Testing evidence:
Tests coverage
Снимок экрана 2025-02-02 в 03 19 26
Снимок экрана 2025-02-02 в 03 19 36
Снимок экрана 2025-02-02 в 03 19 51
Снимок экрана 2025-02-02 в 03 20 00

Issue:
#276

@rupeq rupeq force-pushed the feat/use-speech-recognition branch from 48d2be2 to 918200e Compare February 7, 2025 10:59
@rupeq
Copy link
Contributor Author

rupeq commented Feb 7, 2025

note: I do force with lease bc of rebasing the upstream to keep fork in sync.

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

Successfully merging this pull request may close these issues.

1 participant