I am using using libsndfile read and manipulate sound files. I am wandering what whould be the simplest way to play these sounds in real time in Qt.
I have tried to look at QtAudioOutput, however has to use QtAudioFormat, which is quite cumbersome to configure.
All i want is to 1) Read data using libsndfile 2) manipulate the data 3) send the buffer to an audio output library.