Sound should now work again. Music looping does probably not work, however (at least now with mp3).

This commit is contained in:
rude
2009-10-24 23:48:06 +02:00
parent ff06834934
commit 0d897b0b0f
14 changed files with 551 additions and 564 deletions
+6 -6
View File
@@ -102,12 +102,6 @@ namespace openal
**/
ALuint claim(love::audio::Source * source);
/**
* Makes the specified OpenAL source available for use.
* @param source The OpenAL source.
**/
void release(love::audio::Source * source);
ALuint find(const love::audio::Source * source) const;
void update();
@@ -122,6 +116,12 @@ namespace openal
private:
/**
* Makes the specified OpenAL source available for use.
* @param source The OpenAL source.
**/
void release(love::audio::Source * source);
ALuint findi(const love::audio::Source * source) const;
}; // Pool