voice-based-screen-navigator
Reactive icon

Voice-Based Screen Navigator

Stable version 1.0.1 (Compatible with OutSystems 11)
Uploaded
 on 15 August 2025
 by 
EONE TECHNOLOGIES PRIVATE LIMITED
5.0
 (1 rating)
voice-based-screen-navigator

Voice-Based Screen Navigator

Details
This feature replaces traditional screen navigation (e.g., button clicks or menu selections) in OutSystems applications with voice-based navigation. Users can speak the name of a screen, and the application will recognize the speech, match it with available screen names in the current module, and navigate to that screen. If the match fails, a default voice feedback message prompts the user to try again.
Read more

Objective

Provide hands-free navigation across screens in an OutSystems application.

Improve accessibility and UX for users with visual or physical limitations.

Utilize speech recognition and text-to-speech to complete the interaction loop

Main Functionalities:

Speech Recognition-Captures and transcribes user's voice input using JS(webkitSpeechRecognition)

Screen Matcher    Matches spoken input with screen names in the module.(Compare the names with text input of screen names or entity which holds the all screen names(anyone option we can use))

Navigation Logic    Performs navigation to the matched screen. (navigation using JS href with in a mentioned module name)

Voice Feedback-    Gives user audio feedback for success/failure. (use the JS for voice reply(SpeechSynthesisUtterance()

for detail information please refer the documentation

Voice based Navigator_CW module has the voice Navigator block with two input fileds
for screen name we can pass manually or can create the entity to track the screen names. 

Release notes (1.0.1)

We have two modules one reusable module CW 
can achieve voice based navigation two ways
directly send the module name and screen names based on that we can navigate
another method we can have entity in that can add the screen names can navigate based on that(refer CW module)

License (1.0.1)
Reviews (1)
by 
2025-12-23
in version 1.0.1
Easy to use . And we can modify based on our requirement having main concept as same.
Team
Other assets in this category