The "Audio" C2 object uses that AudioContext thing, loading sound or not, if it's added to your project, every instance of it will try and create an AudioContext. I tried to create 6 of them in a simple Chrome snippet, and it crashed with the same exception you provided. Could it be a Chrome issue ?
edit: Just tested with IE, no exception thrown at 20+ instances.