OSDN Git Service

[fixed] issue 690, AudioTrack#setVolume. No stereo support due to OpenALs lack of...
authorbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Thu, 2 Feb 2012 14:27:28 +0000 (14:27 +0000)
committerbadlogicgames <badlogicgames@6c4fd544-2939-11df-bb46-9574ba5d0bfa>
Thu, 2 Feb 2012 14:27:28 +0000 (14:27 +0000)
commit704b465d333389a1b6f3deb67695ffcaa1239a26
tree8a8d261d8ef6b017c613d1a0c25466910dcefb41
parentf96900bfa6173fc5a5d400493c986177abd19706
[fixed] issue 690, AudioTrack#setVolume. No stereo support due to OpenALs lack of that concept. WOuld have to position stuff in 3D, that's a tad bit meh.
backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/AndroidAudioDevice.java
backends/gdx-openal/src/com/badlogic/gdx/backends/openal/OpenALAudioDevice.java
gdx/src/com/badlogic/gdx/audio/AudioDevice.java