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. Create An Audio Spectral Editor with Qt
Forum Updated to NodeBB v4.3 + New Features

Create An Audio Spectral Editor with Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 946 Views 2 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.
  • A Offline
    A Offline
    Annabelle
    wrote on last edited by
    #1

    I'm in the process of corresponding with Audionamix (http://www.audionamix.com), the company that makes ADX Trax and ADX Trax Pro, as well as a new version, ADX Trax SP and ADX Trax Pro SP, and I suggested to them a couple years ago that not only should they make their product available for Windows customers, but also, they should incorporate accessibility into their programs. Both Steve Oliver and Ellie McNeil at the United States division of Audionamix in Los Angeles have told me that they are more than happy to put accessibility into their program. Better yet, they even told me they would be more than happy to let me help them write the code for the next major version of ADX Trax and Trax Pro SP. Which leads me to this question. Is it possible to make an audible spectral editor with the Qt Programming Language? For example, if I was to program a spectral editor using tones to represent what parts of a recording there are, especially if you wanted to separate each part (vocals, music, background noise, and speech), what kind of audible tones can be used to represent vocals, speech, background noise, and music elements?

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

      Hi,

      Sounds like a great project !

      Just one thing to make clear: Qt is not a programming language, it's a C++ framework.

      Do you mean you would like to play audio samples to identify each component ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        Sounds like a great project !

        Just one thing to make clear: Qt is not a programming language, it's a C++ framework.

        Do you mean you would like to play audio samples to identify each component ?

        A Offline
        A Offline
        Annabelle
        wrote on last edited by
        #3

        @SGaist said in Create An Audio Spectral Editor with Qt:

        Hi,

        Sounds like a great project !

        Just one thing to make clear: Qt is not a programming language, it's a C++ framework.

        Do you mean you would like to play audio samples to identify each component ?

        I guess you could say that. For the instrument part of a track, for example, you could import a soundfont that supports General MIDI in all forms (GM, GM2, GS, and XG, for example). As of this moment, ADX Trax Pro only has a visual spectral editor, which would be hard for me to navigate since I can't see. That's why, in addition to the visual spectral editor, there should be an audio spectral editor to accompany it within the software. So for example, in the visual spectral editor, vocals are represented by stacks of wavy lines which are usually highlighted in blue. I believe this includes spoken vocals as well, but I'm not exactly sure. Here's a video of the latest version of ADX Trax Pro in a tutorial by Steve Oliver. https://www.youtube.com/watch?v=JHu_cM4XtZI

        1 Reply Last reply
        0
        • A Annabelle

          I'm in the process of corresponding with Audionamix (http://www.audionamix.com), the company that makes ADX Trax and ADX Trax Pro, as well as a new version, ADX Trax SP and ADX Trax Pro SP, and I suggested to them a couple years ago that not only should they make their product available for Windows customers, but also, they should incorporate accessibility into their programs. Both Steve Oliver and Ellie McNeil at the United States division of Audionamix in Los Angeles have told me that they are more than happy to put accessibility into their program. Better yet, they even told me they would be more than happy to let me help them write the code for the next major version of ADX Trax and Trax Pro SP. Which leads me to this question. Is it possible to make an audible spectral editor with the Qt Programming Language? For example, if I was to program a spectral editor using tones to represent what parts of a recording there are, especially if you wanted to separate each part (vocals, music, background noise, and speech), what kind of audible tones can be used to represent vocals, speech, background noise, and music elements?

          raven-worxR Offline
          raven-worxR Offline
          raven-worx
          Moderators
          wrote on last edited by
          #4

          @Annabelle said in Create An Audio Spectral Editor with Qt:

          I'm in the process of corresponding with Audionamix (http://www.audionamix.com), the company that makes ADX Trax and ADX Trax Pro, as well as a new version, ADX Trax SP and ADX Trax Pro SP...
          ...
          Is it possible to make an audible spectral editor with the Qt Programming Language?

          So this means the audio processing component is already available??
          Because thats definitely something that far beyond the Qt framework. So when you have the processed audio data available you are be able to build up your application and visualize the audio data as you like with Qt.
          But as a warning beforehand, the porting to Qt will be a lot of work to do when looking at the video you've posted.

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          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