Advertisement
varomix

Untitled

May 4th, 2016
1,234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Haxe 0.42 KB | None | 0 0
  1. Assets.loadSoundFromPath("theme10.ogg", function(sound:Sound){
  2.             music = sound;
  3.         });
  4.  
  5. Audio.stream(music, true);
  6. Uncaught TypeError: Cannot read property 'compressedData' of null
  7.  
  8. element.src = URL.createObjectURL(new Blob([sound.compressedData.b.bufferValue],{ type : "audio/mp4"}));
  9.  
  10. var hardwareChannel = kha_audio2_Audio.stream(sound,loop);
  11.  
  12. channel = new kha_audio2_StreamChannel(sound.compressedData,loop);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement