bogind / qgs_sound_effects

GNU General Public License v2.0
0 stars 0 forks source link

Allow loops #4

Open bogind opened 4 months ago

bogind commented 4 months ago

Supported in QSoundEffect.
In main class should only require minor UI changes and in the bound sounds.

Need to replace QMediaPlayer in the provider with QSoundEffect since QMediaPlayer only allows playlists and not loops.

bogind commented 3 months ago

Added in ( v0.4) 8ab5f0fac8ce383463ccb8855058290de043421e for events.
Planned for provider and algorithms.