AudioTrack load from InputStream

Why there is no way to create AudioTrack from InputStream? The only way is to provide and URL.

I'd like to add this to jme 2 repo. What should I do to become a contributor? (Sorry for offtopic but I haven't time to search forum).

I wondered about this too. jME3's Audio System supports InputStreams and ByteBuffers, as well as string names when used together with the resource management system.

just post the patch in the contribution forum

Unfortunetly I've noticed that audio system is URL-dependent and there are errors when trying to simple add InputStreams. Adding ability to read data from input streams will result in re-implementing the large part of current audiosystem.