I'm working on a project at the moment where I am fetching audio from a server and playing it back via a webapp in browser.
IOS is not playing nice. Safari (Iphone 13 IOS.16) reports null is not an object (evaluating 'this._audioDomHandler.DecodeAudioData') regardless of if the file is .webm or .mp3.
Chrome on IOS also will not play. Works fine on all other devices.
Safari on MacOS Big Sur has same issue if it is .mp3 but works if it is .webm
Anyone faced similar issues before?