Quasar Framework + Speech API
-
Design a SPA developed with Quasar Framework + Speech API to capture audio and transform into text, or use text as the basis for the application to output audio.
DEMO: https://quasarspeechapi.surge.sh
GITHUB: https://github.com/patrickmonteiro/quasar-speech-api
-
@patryckx Excellent … love this …
I find the timeout for end of speaking is a little abrupt for my voice … but I know you have a parameter for increasing that.
However, other than that … it’s fantastic.
-
@digiproduct You can keep capturing audio constantly, and perhaps end it with a button.
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition/continuous
-
I’ve already created and tested (but not published) Quasar components for text to speech and voice selection. Might combine our efforts if you’re interested.
-
@patryckx Saw Razvan’s commit … I’m excited!
-
Hi! I tried to re-use the idea in one application that search prices. Everithing is Ok under DEV mode at the copmuter browser but do nothing when the app is into the device, can anybody help me? thank you
-
@gaguerrero If it is an android app you are making, you need to use the cordova TTS app.
-
Hi Patric @patryckx ,
Your work was good . I have developed one SPA application by using quasar which went live last week , most of the users are using the application through IOS Safari browser .
The new requirement came on speech to number conversion .In the hot metal industry the technicians want to records their measurements through voice , because in site the technicians will wear big gloves difficult for them to enter the values through keyboard.
They want to enter the numeric values through voice , is there any way to convert speech to numeric text in IoS Safari browser.
Following link says IOS Safari browser wont support current speech recognition .
https://developer.mozilla.org/pt-BR/docs/Web/API/SpeechRecognition#Browser_compatibility
-
@jmriyaz84 said in Quasar Framework + Speech API:
https://developer.mozilla.org/pt-BR/docs/Web/API/SpeechRecognition#Browser_compatibility
Well, for browsers I don’t think there is a solution. Unless you force iphone users to use chrome for this.
You have the alternative of generating hybrid apps with corva and using the TTS plugin: