Login  Register

Re: JOAL Update ...

Posted by Sven Gothel on May 23, 2023; 12:37am
URL: https://forum.jogamp.org/JOAL-Update-tp4042614p4042630.html

I modded the Sound3D OO wrapper once more, see https://jogamp.org/cgit/joal.git/commit/?id=afb386e13fd00fde1401d4551ee4790b1f6d5e09

AudioSink has been refined, see
- https://jogamp.org/cgit/gluegen.git/commit/?id=c04726720a57f8db42f2621ad58ff3bd42006c63
- https://jogamp.org/cgit/gluegen.git/commit/?id=6a74d16a805a4204093972bb91361b2aa633065c

all to condense for ALAudioSink
- https://jogamp.org/cgit/joal.git/commit/?id=44ed86045ee1fc8a91fa2902196e9ddaf53242ca

.. and GLMediaPlayer
- https://jogamp.org/cgit/jogl.git/commit/?id=b294b6e4f9a3dc24bcdce28f0a9c45eda8755f1f

The SimpleSineSynth in JOAL has also been promoted,
so users can have a simple synthetic sound source.
https://jogamp.org/cgit/joal.git/commit/?id=1a4305bbfd4f091fe8d57aa35a76de14ee83383c

xxxx

All of the above to use audio w/ JOAL/OpenAL more easily incl. 3D spatial effect,
which requires a mono source. For the latter the audio channels can be limited
and has been in the demo (MediaButton).

GraphUI demo
https://jogamp.org/cgit/jogl.git/commit/?id=aea2254d1226b9471893113bde2bf1e54c24b14c

.. will produce another little demo video soon, showing results.

And this shall have completed my little journey into sound :)