Cross-platform audio playback (with a simple UI with pause/play and time scrubbing) is not a simple task in Qt currently. In addition, it should support PCM and Opus codecs. There are a few audio player apps built with Qt, but no framework for building your own widget.
As I write this, I realize Qt seems to support the audio formats/codecs in this repository. But I have not confirmed this.
This is not something I plan on working on, but eventually I may want a working audio playback solution in Qt, in which case I may revisit this.
Cross-platform audio playback (with a simple UI with pause/play and time scrubbing) is not a simple task in Qt currently. In addition, it should support PCM and Opus codecs. There are a few audio player apps built with Qt, but no framework for building your own widget.
As I write this, I realize Qt seems to support the audio formats/codecs in this repository. But I have not confirmed this.
This is not something I plan on working on, but eventually I may want a working audio playback solution in Qt, in which case I may revisit this.