Build an audio visualizer for the playing audio. QAudioProbe can be used to get the raw data of the running media. Now, the problem is to extract the raw data, and process it to get the information about the (frequency, amplitude).
I have a customizable equalizer bar widget code which can be given any number of bars, delay, colors. The main problem is to get the useful data out of QAudioProbe.
Build an audio visualizer for the playing audio. QAudioProbe can be used to get the raw data of the running media. Now, the problem is to extract the raw data, and process it to get the information about the (frequency, amplitude).
I have a customizable equalizer bar widget code which can be given any number of bars, delay, colors. The main problem is to get the useful data out of QAudioProbe.