I want to make an audio player in qt in which if i give an array it should play it and give a output sound, can any one give me a strat up idea to do so ?
I want to make an audio player in qt in which if i give an array it should play it and give a output sound, can any one give me a strat up idea to do so ?
A QList and Qt5 Multimedia
i want to know how to convert an array to audio format so that we can use it as input to QAudioOuput class
If the array is a typical pile of samples then the example in the QAudioOutput docs coupled with QBuffer (in place of QFile) should be sufficient to play the sound. Otherwise, convert of array of what to what audio format?
Bookmarks