-
Notifications
You must be signed in to change notification settings - Fork 128
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
Implement Voice Recognition and phrase generation Feature to Turn Off Alarm #581
Comments
@MarkisDev @AryanSarafDev please can you guys assign this task to me |
@jaivsh I’ve assigned this task to you! Have you already implemented it? If not, could you provide a brief summary of how you plan to execute the workflow you explained? This way, we can save time in case any adjustments are needed. |
Are you still working on this? @jaivsh |
Hi @AryanSarafDev, sure! I was researching the existing codebase and have done the following till now:
Problem: |
Description
Description
Functionality Overview:
The Voice Recognition Challenge integrates with the alarm app, requiring users to say a specific phrase or answer a question correctly to turn off the alarm. This feature will use PocketSphinx, an open-source speech recognition system, to provide accurate and efficient voice recognition capabilities.
User Impact:
I want to work on this issue, so please consider assigning it to me.
The overall flow of the proposed functionality is as follows:
+-------------------------------+
| Start |
+-------------------------------+
|
v
+-------------------------------+
| Alarm Rings |
+-------------------------------+
|
v
+-------------------------------+
| User Speaks Custom Phrase |
+-------------------------------+
|
v
+-------------------------------+
| PocketSphinx Processes Voice |
+-------------------------------+
|
v
+-------------------------------+
| Phrase Recognized? |
+-----------------+-------------+
| Yes | No
v v
+-------------------------------+ +-------------------------------+
| Alarm Turns Off | | Prompt User to Try Again |
+-------------------------------+ +-------------------------------+
Screenshots
No response
The text was updated successfully, but these errors were encountered: