Wish Make X2Soundpool available as a standalone library

TelKel81

Active Member
Licensed User
Longtime User
I'm developping a cross-platform game (without using LibGDX library) and I would benefit from being able to use X2Soundpool, in replacement of Soundpool (B4A) + jAudioclip (B4J) + Mediaplayer.

Right now it seems to be only embedded in X2 library, and requires some mandatory parts of code (such as the XUI 2D Game class ?) that would be useless in my software.
 
Last edited:

TelKel81

Active Member
Licensed User
Longtime User
Sorry, I did extract the class but I stopped at the instanciation of GameViewHelper... I didn't realize that GameviewHelper was an internal library. Thanks !
 
Top