Has IOS13 broken <audio> tags used as audio buffers connected to the audio context?

后端 未结 2 621
刺人心
刺人心 2021-02-08 05:00

We are currently developing a website that allows users to play simple audio tags connected to the audiocontext. We are aware of technical issues with IOS such as playback initi

2条回答
  •  花落未央
    2021-02-08 05:25

    Unfortunately, AudioContext.createMediaElementSource has been broken since the release of iOS 13. The bug was reported to be fixed in Safari Technology Preview 99: https://bugs.webkit.org/show_bug.cgi?id=203435, but it's still broken in the recent release of iOS, so a new bug report was filed which can be found here: https://bugs.webkit.org/show_bug.cgi?id=211394

提交回复
热议问题