How is libGDX creating a music instance?

Hi guys.

So late last night I started clicking through my game project and thought “I wonder how music is actually loaded in?” As I’ve never gone into the actual code. I got to the Music interface and… The trail ends. No code, just an interface. I feel like I’m being stupid but I can’t find any implementation of the interface. Sooo… How is it doing it? ???

Go into the backends folder. For android’s music backend go to backends/gdx-backend-android and find AndroidMusic.

Thank you, Cougar :smiley: :point: