Class Rubygame::Mixer::Sample
In: ext/rubygame/rubygame_mixer.c
Parent: Object

**NOTE:** This class is DEPRECATED and will be removed in Rubygame 3.0. Please use the Rubygame::Sound class instead.

Stores audio data to play with Mixer.play()

Methods

Public Class methods

**NOTE:** Rubygame::Mixer::Sample is DEPRECATED and will be removed in Rubygame 3.0. Please use the Rubygame::Sound class instead.

Load an audio sample (a "chunk", to use SDL_mixer‘s term) from a file. Only WAV files are supported at this time.

Raises SDLError if the sample could not be loaded.

[Validate]