icp Posted January 18, 2016 Share Posted January 18, 2016 I would like to use HTML Audio instead of Web Audio as default, is it possible to disable Web Audio? Link to comment Share on other sites More sharing options...
icp Posted January 21, 2016 Author Share Posted January 21, 2016 Quote window.AudioContext = null; window.webkitAudioContext = null; The code above gets the job done! Link to comment Share on other sites More sharing options...
Recommended Posts