You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onended It is not accurate to judge the end of long audio playback,I solved the problem by counting bytes in onended. Is there an easier way?The audio starts playing and I can't think of a way to listen
Activity
puzzle9 commentedon Mar 4, 2025
我是采用
收到了第一个音频流标记开始
再收到结束时候 返回了音频时长
再根据 onended 中的 buffer.duration 进行判断处理的