You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the extension is activated, a webview panel will load, which will report VM98:25 Error: Unable to decode audio data in the Webview Developer Tools. Also the following warning is reported: VM98:3 The Web Audio autoplay policy will be re-enabled in Chrome 70 (October 2018). Please check that your website is compatible with it. https://goo.gl/7K7WLu
No audio plays.
Compare with behavior of same extension in 1.35.1, where no warning or error is reported and audio plays.
The text was updated successfully, but these errors were encountered:
@gjsjohnmurray I tried the exploration build and indeed it works again. For which version is Electron 6 targeted, so I can have a rough estimate as to when the feature will work again.
I don't know what the planned schedule is. Electron 6,0.0 released two days ago and VSCode exploration builds using 6.0.0 appeared yesterday. Just beware that if you install that build and then check for updates you'll get downgraded to a build dated 2019-07-13.
Once #78131 is done (next week?) and 1.37 ships it'll be interesting to see if #75802 gets merged and appears in 1.38.0-insider.
Short: The function
AudioContext.decodeAudioData()
fails in 1.36.1 but not in 1.35.1, given the same data.Steps to Reproduce:
VM98:25 Error: Unable to decode audio data
in the Webview Developer Tools. Also the following warning is reported:VM98:3 The Web Audio autoplay policy will be re-enabled in Chrome 70 (October 2018). Please check that your website is compatible with it. https://goo.gl/7K7WLu
The text was updated successfully, but these errors were encountered: