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

Voice Recognition for Editor #1010

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

SachiniAbeygunawardhana
Copy link

@SachiniAbeygunawardhana SachiniAbeygunawardhana commented May 30, 2021

Hi,
I am a Computer Science and Engineering undergraduate.

I added a new Speech Recognition feature to the application. This new feature allows users to use voice to edit their notes instead of typing.

Sub-features:

  1. There is a mic icon in the navbar to control Speech Recognition. It toggles when starting and ending recognition.

  2. Both 'editor' and 'review' sections of the page are automatically updated when the user speaks.

  3. Sensitive to the words 'enter','comma','period' and 'exclamation marks'. When those words are spoken by the user, it prints the corresponding punctuation mark instead of the word.

  4. Browser compatibility is taken care of. An alert box pops up in browsers that are not compatible with the used API.

API:

Web Speech API - Speech Recognition interface

@funilrys
Copy link
Contributor

funilrys commented May 31, 2021

Hi @SachiniAbeygunawardhana

Unfortunately this PR will never be merged here.

Please report to #998 for the current state of this project and https://github.com/encryptic-team/encryptic for the future of this project. I'm sure @daed would love to count you among the contributors or team member!

Stay safe and healthy.

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.

None yet

2 participants