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. [Solved] Get the audio data sent to the soundcard / get the audio data from another application
Forum Updated to NodeBB v4.3 + New Features

[Solved] Get the audio data sent to the soundcard / get the audio data from another application

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.5k 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.
  • M Offline
    M Offline
    Matt141
    wrote on last edited by
    #1

    Hello,

    I am programming an audio analyzer. That why, I want to retrieve all datas played from another application (for instance: windows media player, microphones (this one I know how to do it) ) in order to process the datas, then sent it to the soundcard. I tried few things with QAudioInput, QAudioOutput or QIODevice without success. I am also using FFmpeg in my program, in case it might help.

    Do you have any idea how to get the audio data of another software?

    Thank you,
    Matt141

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Matt141
      wrote on last edited by
      #2

      I found what I was looking for.

      I had to use QInputDevice. But before I had to loopback my soundcard so the ouput of the soundcard can be read as an input device by an object QInputDevice. This has to be done by configure the "recording devices" in windows.

      Bye,
      Matt141

      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