3D Audio #1082
Answered
by
AlmasB
FakeException
asked this question in
Q&A
3D Audio
#1082
-
Is there a 3D Audio feature for 3D games? |
Beta Was this translation helpful? Give feedback.
Answered by
AlmasB
Jul 16, 2021
Replies: 1 comment 1 reply
-
Unfortunately, no. The underlying JavaFX API does not provide this functionality. There is only 2D positional audio, which makes use of volume and balance to shift the audio as needed. I'd be interested to explore this topic further. I suppose the first step towards this support would be to check if there are any good 3D audio libs available in Java. If not, perhaps it is possible to provide bindings to OpenAL. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FakeException
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, no. The underlying JavaFX API does not provide this functionality. There is only 2D positional audio, which makes use of volume and balance to shift the audio as needed.
I'd be interested to explore this topic further. I suppose the first step towards this support would be to check if there are any good 3D audio libs available in Java. If not, perhaps it is possible to provide bindings to OpenAL.