Open bogind opened 4 months ago
Supported in QSoundEffect. In main class should only require minor UI changes and in the bound sounds.
QSoundEffect
Need to replace QMediaPlayer in the provider with QSoundEffect since QMediaPlayer only allows playlists and not loops.
QMediaPlayer
Added in ( v0.4) 8ab5f0fac8ce383463ccb8855058290de043421e for events. Planned for provider and algorithms.
Supported in
QSoundEffect
.In main class should only require minor UI changes and in the bound sounds.
Need to replace
QMediaPlayer
in the provider withQSoundEffect
sinceQMediaPlayer
only allows playlists and not loops.