Zampano Posted July 30, 2018 Share Posted July 30, 2018 Hey everyone, I just recently discovered that in IE, audio context is null. I gotta admit I do not fully understand what audio context even means or does, so I'm unsure if that's a problem for me as I rely on the playback position of the audio track for some of my code among other things. What can or should I do about it? Link to comment Share on other sites More sharing options...
rich Posted July 30, 2018 Share Posted July 30, 2018 IE doesn't support Web Audio. Microsoft didn't start supporting it until they released Edge. Zampano 1 Link to comment Share on other sites More sharing options...
Zampano Posted July 30, 2018 Author Share Posted July 30, 2018 Okay, thanks, but do I need to care about that in any way or can I just ignore the whole thing? Link to comment Share on other sites More sharing options...
rich Posted July 30, 2018 Share Posted July 30, 2018 It depends if you need to use any of the Web Audio features. If you do then you can't target IE really. Link to comment Share on other sites More sharing options...
Zampano Posted July 31, 2018 Author Share Posted July 31, 2018 I'm not 100% sure what those would be but I don't think I'm using them ? Link to comment Share on other sites More sharing options...
Recommended Posts