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. QAudioRecorder - No low frequencies
Forum Updated to NodeBB v4.3 + New Features

QAudioRecorder - No low frequencies

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

    Hello Qt-People,

    i tried to use QAudioRecorder for recording the audio-ouput of my Stereomix-device. I was really surprised that it worked after a little bit of research and a view lines of code (Qt rocks :D). But I still have a problem which is that the low frequencies are missing completly. Thats no problem if I want to something like VoPI but if I really want to copy my audio-output 1:1 than its not the best result.

    May it be that QAudioRecorder is not designed for that? Is QAudioInput a better choice? Or maybe even QMediaRecorder? Is it possible at all in Qt or do i have to use an extern library? Sorry for my question but I am getting a little bit lost right now and need a quick advise :)

    Thank you Qt-Community

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

      Hi,

      If you want audio high fidelity you should rather look at e.g. PortAudio. Qt uses Windows Multimedia which is not necessarily the best solution for high level audio software

      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
      • D Offline
        D Offline
        daemon777
        wrote on last edited by
        #3

        Hi SGalst,

        thanks for your answer. Ok it seems like Qt doesnt do high-quality audio then (unfortunately).

        But a new question occurs:
        If I am working on a windows-system doesnt all librarys use WinAPI at some point? I dont think that PortAudio really goes deeper than this. But maybe I am wrong with my assumption?

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

          Not yet no, but who knows what will come in the future ?

          Have a look "here":http://portaudio.com/docs/v19-doxydocs-dev/api_overview.html

          It explains what you can use on the various OS supported

          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