diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index f99e0ab343..c4623718bc 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -121,7 +121,7 @@ function canPlayAudioFormat(format) { typeString = 'audio/ogg; codecs="opus"'; } else if (format === 'alac') { - if (browser.iOS || browser.osx) { + if (browser.iOS || browser.osx && browser.safari) { return true; } } else if (format === 'mp2') {