Skip to content

Convert AudioPlayer from using Phonon to just QtMultimedia.

Jeremy Whiting requested to merge work/whiting/removephononaudio into master

Use QMediaPlayer for now. With Qt6 we will need to set the player's QAudioOutput, but with Qt5 there's no api for that, it just uses the default device.

Edited by Jeremy Whiting

Merge request reports