Sound

Represents a sound, loaded in memory. For larger sounds, consider using streaming instead.

TODO: STREAMING

interface Sound {}

Members

Functions

cleanup
void cleanup()

Frees resources used by the sound.

Meta