bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

How to get notified when sound playing is done? #332

Closed linuxerwang closed 4 years ago

linuxerwang commented 4 years ago

Hi, all

Edit: not sure how it's connected, but it did get notified for onData before the playing is done, but nothing for onDone. So still not figured out how to get notified when the sound segment playing finish.

SoundChannel.onComplete isn't hooked up with the sound playing. How can we get notified when the sound playing is done?

Thanks!

linuxerwang commented 4 years ago

Never mind, got it work. onData is triggered as expected.