Hi all!
I have a case where i load an .au file from a zip file. I have a wrapper class that i use for all sfx and which uses AudioClips. But it seems its only possible to load an Audioclip from an URL ???
I have access to the byte[] of the .au file and would like to stick using the AudioClip interface. Looking at the Applet.java implementation of getAudioclip got me nowhere, as it just forwards the call to AppletContext (which is defined per browser?)