Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Is "texttospeech" available for ARM platform?
Forum Updated to NodeBB v4.3 + New Features

Is "texttospeech" available for ARM platform?

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
9 Posts 2 Posters 974 Views 1 Watching
  • 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.
  • P Offline
    P Offline
    Pranav_nc
    wrote on last edited by
    #1

    Hello QT Experts,

    Is "texttospeech" available for ARM platforms?

    Thanks in advance

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      That's a bit vague, but if the dependencies are available for your target then you will be able to build the module for it.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Pranav_nc
        wrote on last edited by
        #3

        Hi @SGaist ,

        Thanks for your reply on this.

        That's a bit vague, but if the dependencies are available for your target then you will be able to build the module for it.

        --> Looks like I am missing something, please correct me and help me to build this modules.

        I have used "pyttsx3" package and able to run text to speech application on jetson Nano with python.
        So, I wanted to run same application on same platform using c++ and I have found in google that, in QT framework has it already as a qt c++ module and I quickly try to cross compile it for hardware platform(Jetson Nano) and I noticed that the "texttospeech" released with latest version and its not available for 5.9.9 version.

        Can you please point me how to build this module using QT 5.9.9 version?

        Thanks in advance

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What exact issue are having with building the module ?

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Pranav_nc
            wrote on last edited by Pranav_nc
            #5

            Hi @SGaist ,

            while parsing .pro project file with the "texttospeech" qt in-built modules I am seeing below error and all my project files are going into invisible

            Error:

            Performing API discovery ...
            Boot2Qt: Starting QDB host server.
            Boot2Qt: QDB host server started.
            Project ERROR: You need to set the ANDROID_NDK_ROOT environment variable to point to your Android NDK.
            Could not read qmake configuration file /home/kvraju/Qt/5.15.1/android/mkspecs/android-clang/qmake.conf.
            Checking for license updates ...
            Checking for updated license succeeded (8 licenses fetched)
            Project ERROR: Unknown module(s) in QT: texttospeech

            Here I am using build tool chain is "bootsqt 5.9.9 Nvidia Jetson TX1"
            Thanks in advance

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              First thing: Boot2Qt is a commercial offering, you should contact the Qt Company for support.

              Do you have that module already built ?
              What you are showing is just that the module cannot be found.
              Next why where your talking about Qt 5.9.9 since you are using Qt 5.15.1 ?
              You have other errors that you should fix since it's already screaming about missing environment variables.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              1
              • P Offline
                P Offline
                Pranav_nc
                wrote on last edited by Pranav_nc
                #7

                @SGaist said in Is "texttospeech" available for ARM platform?:

                First thing: Boot2Qt is a commercial offering, you should contact the Qt Company for support.

                • I thought this forum is driven by both QT company and as well as opensource community.
                  Can you please point me contact details, if you have handy ?

                Do you have that module already built ?

                • No, I thought that the texttospeech is available and I can use it my application.

                What you are showing is just that the module cannot be found.

                • Correct, "texttospeech" is not able to find.

                Next why where your talking about Qt 5.9.9 since you are using Qt 5.15.1 ?

                • Because Jetson default QT version on hardware platform is 5.9.9 , I may be wrong need to explore on this. So Qt5.15.1 is I am using for x86 platform and 5.9.9 is for hardware part.

                You have other errors that you should fix since it's already screaming about missing environment variables.

                • Need to check on this further and update you.
                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  In your Qt Account page, you can find the information.

                  No, this forum is community driven even if hosted by the Qt Company.

                  Not knowing Boot2Qt I can't comment on the absence of that module. In any case, you will likely have to built it for Qt 5.9.9.

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • P Offline
                    P Offline
                    Pranav_nc
                    wrote on last edited by
                    #9

                    Hi @SGaist ,

                    Thanks for the information.

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved