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. 6 band equalizer with Qt and C++
Servers for Qt installer are currently down

6 band equalizer with Qt and C++

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

    Hello there, my first time here and to Qt too :)

    So, I have this rough idea of writing an equalizer app for Windows 7 using Qt and C++. The app should not have any GUI for managing it, all management would be done via CLI (I want to make it as a service). The problem is that I don't know how to get started!!
    I read some information about VST and some audio transformation procedures, which kind of helped, but in no tutorial or project they explained how to actually interact with the OS so you can use the equalizer on some audio. Calculations for audio transformations are the thing worrying me the least right now.
    What I want to do is to use this equalizer to manage all the output of the sound card. For some sound cards using the Realtek AC'97 chip they integrated a 10 band audio equalizer directly with Windows (have a look: http://img.networkdigitale.com/di/K2ZA/buil-inequalizer.png ), so all audio processing is applied to all audio getting out of the sound card, to all channels. That's my same goal, but I have found nothing on the web about this.
    Could someone point me the right way? Some example code would also be great, if possible :)

    Thanks to anyone who is going to answer me!

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

      Hi and welcome to devnet,

      I stumbled upon "this":http://sourceforge.net/projects/equalizerapo/ , while doing some unrelated research, might be a source of ideas for you.

      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
      1
      • T3STYT Offline
        T3STYT Offline
        T3STY
        wrote on last edited by
        #3

        SGalst, you're THE MAN!!!
        That's exactly what I was looking for! Thank you very very much!

        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