You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
monokrome edited this page Sep 14, 2010
·
1 revision
A sample in OpenAL is a representation of a single “sound” that can be emitted in a game.
Feature
Provides an interface to standardize access to samples
Provides some implementation for abstracting OpenAL-specific code so that authors of derived classes can focus on implementing the audio data without need to directly access OpenAL sources and buffers.