I want to build an audio visualizer using QMediaPlayer. I came across this but QAudioProbe would not allow me to set QMediaPlayer as its source. I believe it may not be supported on OSX.
I have also found this but I'm not sure how to make it work with QMediaPlayer as that example uses a QIODevice.
Is there another way to getting QAudioBuffer from a QMediaPlayer without using QAudioProbe? If not, what is another approach to getting data from QMediaPlayer in order to build a visualizer?