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. Mixing audio streams
QtWS25 Last Chance

Mixing audio streams

Scheduled Pinned Locked Moved General and Desktop
karaokeqt multimediaaudio mixinglow end audio
2 Posts 2 Posters 1.9k 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.
  • J Offline
    J Offline
    jankokaj
    wrote on last edited by
    #1

    Hi,

    So far I have been able to make a media player using phonon and create interface in QML to control it. Now I would like to be able to play karaoke files in my media player and as I understood I cannot use phonon for this as it does not have low level audio support.

    I would like to record audio from the input and mix it with audio playing from an mp3 or midi file. Can somebody point me in the right direction? Which approach to take and what to learn in Qt? Is Qt multimedia able to do this?

    Any advice is welcome as I am completely unfamiliar with this level of audio manipulation.

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

      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

      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

      • Login

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