Android: Audio Sample Not Ready

Hi folks, I have wav file I attempting play periodicaly in game, but android spits out the error: Sample Not Ready.



any thoughts? do I need pre-load the file somehow?



essentially all I’m doing is:

audioNode.playInstance();



works fine on desktop…(its a .wav) file I’m attempting to play…no other issues with other audio files…