anravalli / MonsterChase

A simple hunter/hunted game based on QT just to play around with behavior trees
GNU General Public License v3.0
1 stars 2 forks source link

Basic Audio Engine #6

Closed anravalli closed 1 month ago

anravalli commented 5 years ago

A new component, AudioEngine, based on QtMultimedia framework, shall be implemented in order to provide a basic playback infrastructure capable of playing back and mixing together multiple sound-fx and a music score.

Such component shall also:

anravalli commented 1 month ago

separate thread not required due to QAudioOutput callback architecture.