HTML5 Audio tag on Safari has a delay

后端 未结 9 657
無奈伤痛
無奈伤痛 2020-11-27 18:50

I\'m trying to accomplish a simple doodle-like behaviour, where a mp3/ogg sound rings on click, using the html tag. It is supposed to work under Firefox, Safari and Safari

9条回答
  •  孤街浪徒
    2020-11-27 19:13

    Unfortunately, the only way to make it work properly in Safari we need to use WebAudio API, or third-party libs to handle this. Check the source code here (it's not minified)
    https://drums-set-js.herokuapp.com/index.html
    https://drums-set-js.herokuapp.com/app.js

提交回复
热议问题