Hi I am trying to decode opus/ogg audio using audioCtx.decodeAudioData() in the below Edge version. But I am getting tis error while decoding.
WEBAUDIO17014: Decoding error: The stream provided is corrupt or unsupported.
Microsoft Edge 42.17134.1.0
Microsoft EdgeHTML 17.17134
I am doing something very similar to the below example:This is also giving same error.
https://mdn.github.io/webaudio-examples/decode-audio-data/
I also checked the above link on Browserstack on Edge version (Microsoft EdgeHTML 17.17134) and surprisingly it decodes there properly without any error.
Regards,
Harsimran