[Openal] Difference between pausing and stopping?
Nolan Darilek
nolan at thewordnerd.info
Mon Oct 16 12:39:28 PDT 2006
Is there a difference between what happens when a source is paused or
stopped, other than the AL_SOURCE_STATE being set differently?
In my higher-level layer, I'm thinking of making pausing stop the
source and preserve the current playing location, while stop performs
a rewind after. Is there any disadvantage to using alSourceStop() in
both instances?
Thanks in advance.
More information about the Openal
mailing list