Loads a sound from a file into an OpenAL buffer. Uses libsndfile for file reading.
The filename where the sound is located.
An OpenAL buffer containing the sound.
Exception if file is not found, or engine is not initialized.
See Implementation
Loads a sound from a file into an OpenAL buffer. Uses libsndfile for file reading.