AudioClip的started,ended事件如何捕获

我看Api上面写的有started, ended事件,我看了源代码也是在AudioClip对象上emit了started或者ended事件,怎么我在该AudioClip对象上on(‘started’,()=>{})却收不到回调呢?
78AC8D77-3646-485A-8ECD-822F79641DF1

楼主解决没,遇到同样的问题,‘started’,'ended’收不到回调