Is there a way to read the audio file in QT(Eg: .Mp3 format)
Unsolved
General and Desktop
-
No direct classes like this. Some third party library(e.g mp3codec) should be able to help here. I feel it should be straightforward.
-
@ManiRon I don't think Qt will help you here (you can play MP3 with Qt though). You will need to use some third party library as @dheerendra wrote.
-
Like @Ratzz said, I would start looking for QAudioDecoder and QAudioProbe , all mentioned in the overview.
With
QAudioProbe
you can use the audio data, eg for a FFT.