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
Simple Directmedia Layer Forums
Manage Sound Effects
Glocke
Joined: 03 Feb 2013
Posts: 34
Posted: Mon Feb 11, 2013 3:44 pm
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)?