OSDN Git Service

[fixed] part of issue 301, Mp3, Ogg and Wav now preload in the constructor (== call...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 20 Jun 2011 14:02:22 +0000 (14:02 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Mon, 20 Jun 2011 14:02:22 +0000 (14:02 +0000)
commit9d40ad3d7a82d55c5827a977b425380da1c3f71f
treeb6849e0a36ad75780db8a98eb97366bda9098f0c
parent93c0cf6156cf3b398f5c5444c9ec027d92d073e4
[fixed] part of issue 301, Mp3, Ogg and Wav now preload in the constructor (== call to OpenALAudio.newMusic()).
[todo] have audio update on separate thread. possible thread contention.
backends/gdx-openal/src/com/badlogic/gdx/backends/openal/Mp3.java
backends/gdx-openal/src/com/badlogic/gdx/backends/openal/Ogg.java
backends/gdx-openal/src/com/badlogic/gdx/backends/openal/Wav.java
tests/gdx-tests-jogl/src/com/badlogic/gdx/tests/jogl/JoglDebugStarter.java
tests/gdx-tests/src/com/badlogic/gdx/tests/MusicTest.java