I am new to Qt and I am creating a simple application that will play an audio file. I realized that I was missing the Qt Multimedia API for audio when I wrote:
#include <QAudioOutput>
.. and I realized that there is no such file.
I downloaded the latest Qt SDK framework and I cannot find a way to add these APIs. I am using the Qt development environment.
Is there a way to make multimedia functions work, perhaps as an add-in or some other way?
Thanks.
satg
source share