No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar Framework + Speech API

    Useful Tips (NEW)
    5
    9
    1270
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • patryckx
      patryckx last edited by

      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

      digiproduct 1 Reply Last reply Reply Quote 2
      • digiproduct
        digiproduct @patryckx last edited by

        @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.

        patryckx 1 Reply Last reply Reply Quote 0
        • patryckx
          patryckx @digiproduct last edited by

          @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

          1 Reply Last reply Reply Quote 0
          • T
            tohagan last edited by

            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.

            1 Reply Last reply Reply Quote 1
            • digiproduct
              digiproduct last edited by

              @patryckx Saw Razvan’s commit … I’m excited!

              1 Reply Last reply Reply Quote 1
              • G
                gaguerrero last edited by

                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

                patryckx 1 Reply Last reply Reply Quote 0
                • patryckx
                  patryckx @gaguerrero last edited by

                  @gaguerrero If it is an android app you are making, you need to use the cordova TTS app.

                  1 Reply Last reply Reply Quote 0
                  • J
                    jmriyaz84 last edited by jmriyaz84

                    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

                    patryckx 1 Reply Last reply Reply Quote 0
                    • patryckx
                      patryckx @jmriyaz84 last edited by

                      @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:

                      https://www.npmjs.com/package/cordova-plugin-tts

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post