Adrian Holovaty
@adactio Wow, I’ve never seen this API — very intriguing! Thanks for sending!
Jen pointed me to this proposal, which should help smooth over some of the inconsistencies I documented in iOS when it comes to the Web Audio API.
I’ve preemptively add this bit of feature detection to The Session:
if ('audioSession' in navigator) {
navigator.audioSession.type = "playback";
}
@adactio Wow, I’ve never seen this API — very intriguing! Thanks for sending!