Puxtril / Warframe-Exporter

Converts Warframe's custom file formats into standard formats
37 stars 0 forks source link

Audio preview #26

Open Puxtril opened 8 months ago

Puxtril commented 8 months ago

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.