41
Views
1
Comments
Solved
Speech to text component
Question
Application Type
Reactive
Service Studio Version
11.54.57 (Build 63234)

Hi All,


I have a requirement to capture the speech to text as below.


  1. Should have functionality to start, pause, stop.
  2. Real-time capture - It must keep capturing in a textbox as soon as I start speaking.


I had going through few components, but it captures the speech with whole text at the end when I stop speaking.


https://www.outsystems.com/forge/component-overview/13141/speech-to-text-o11

https://www.outsystems.com/forge/component-overview/13580/speech-to-text-converter-o11

https://www.outsystems.com/forge/component-overview/15149/speech-recognition-o11

Do we have any other components where it suits the requirements.?

Regards,

Vinod

2019-01-07 16-04-16
Siya
 
MVP
Solution

Please find a reference implementation using webkitSpeechRecognition object. This works completely on the client side. This has been tested on Safari browser and found this working.

SpeechToText.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.