Manage Sound Effects

Hi,

I am using a class “Animation” handling all graphical animations (frame management, rendering). It should also handle it’s own sound including playback. What’s the way to do this referring to the playback channel. One channel per animation or globally managed channels (so n animations are using m channels)?

Kind regards