SimonLucas Posted March 18, 2018 Share Posted March 18, 2018 Hi. Using PIXIJS Sound, I have tried various attempts to start sound playing before the file finishes loading AND then get progress information so I can show a progress bar. It seems to me that you can only get the sound instance that you need for progress information once the file has finished loading. I am playing long musical compositions so it takes too long to wait for the file before starting playback. Any ideas, please? Quote Link to comment Share on other sites More sharing options...
botmaster Posted March 19, 2018 Share Posted March 19, 2018 It's all based on the WebAudio API which does allow streaming implementation. It is possible PIXI.Sounds does not implement streaming (I have no idea) so in that case you will need to either find a library that does or implement the streaming yourself. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.