Convert AudioPlayer from using Phonon to just QtMultimedia.
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
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.