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
+1 -1
View File
@@ -45,7 +45,7 @@ namespace audio
virtual void pause() = 0;
virtual void resume() = 0;
virtual void rewind() = 0;
virtual bool isFinished() const = 0;
virtual bool isStopped() const = 0;
virtual void update() = 0;
virtual void setPitch(float pitch) = 0;