Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. audio mixing
    Log in to post
    • All categories
    • delamor

      Unsolved How to record from audio mixer "what-you-hear" in Windows.
      General and Desktop • windows audio audio device audio mixing • • delamor

      6
      1
      Votes
      6
      Posts
      1764
      Views

      SGaist

      Then you either have to play your video through QtMultimedia and use a QAudioProbe or you'll have to do it with some additional hardware.

    • BlackMamba

      Merge Video with seperate music and subtitles
      Mobile and Embedded • video audio mixing • • BlackMamba

      1
      0
      Votes
      1
      Posts
      487
      Views

      No one has replied

    • J

      Mixing audio streams
      General and Desktop • karaoke qt multimedia audio mixing low end audio • • jankokaj

      2
      0
      Votes
      2
      Posts
      1602
      Views

      SGaist

      Hi and welcome to devnet,

      Qt Multimedia might not be the best framework for that task. However what you can try is to retrieve audio from both the file using QAudioDecoder and the microphone using QAudioInput and then use a library like DSPFilters to the mixing part before you output the result with QAudioOutput

      Hope it helps