The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
Manage Sound Effects
Glocke


Joined: 03 Feb 2013
Posts: 34
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