Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Audio capture device enumeration
Qt 6.11 is out! See what's new in the release blog

Audio capture device enumeration

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 1.3k Views
  • 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.
  • S Offline
    S Offline
    sankar-110
    wrote on last edited by
    #1

    Hi all,
    I have a audio capture device and a video capture device.
    I can get/access my video capture device in my QT application using QCamera class. How do I access or display my audio capture source in my application?

    Both my audio capture device and video capture device appear in VLC.

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

      Hi @sankar-110,

      http://lmgtfy.com/?q=qt+audio+capture

      Then take the link with QAudioRecorder

      Regards

      1 Reply Last reply
      0
      • S sankar-110

        Hi all,
        I have a audio capture device and a video capture device.
        I can get/access my video capture device in my QT application using QCamera class. How do I access or display my audio capture source in my application?

        Both my audio capture device and video capture device appear in VLC.

        aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • S Offline
          S Offline
          sankar-110
          wrote on last edited by
          #4

          @aha_1980 ,

          I have also tried using the audiorecorder::audioinputs()
          It gives me the available audio renderers(example speakers), not the audio capture sources.

          aha_1980A 1 Reply Last reply
          0
          • S sankar-110

            @aha_1980 ,

            I have also tried using the audiorecorder::audioinputs()
            It gives me the available audio renderers(example speakers), not the audio capture sources.

            aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @sankar-110

            On which platform are you? Which Qt version are you using?

            Qt multimedia is basically just a wrapper around O/S specific multimedia functions so this information is important.

            Thanks

            S 1 Reply Last reply
            1
            • aha_1980A aha_1980

              @sankar-110

              On which platform are you? Which Qt version are you using?

              Qt multimedia is basically just a wrapper around O/S specific multimedia functions so this information is important.

              Thanks

              S Offline
              S Offline
              sankar-110
              wrote on last edited by
              #6

              @aha_1980
              I am working on windows and I am using Qt-5.9.2
              I still have not found a solution to this.
              I have developed a directshow video capture device and a Audio capture device.
              I can get/access my video capture device in my QT application using QCamera class.
              I am still not able to access my audio capture source in my QT application, but in VLC my device gets listed.

              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