You cannot use the Web Audio API on non-secure contexts (which includes HTTP (without "S")) sites.
What currently happens is TypeError: Cannot read properties of undefined (reading 'addModule', and the popup says "could not find a suitable media element" when there's clearly an otherwise suitable element present. See here, for example http://player.kaltura.com/docs/ .
You cannot use the Web Audio API on non-secure contexts (which includes HTTP (without "S")) sites.
What currently happens is
TypeError: Cannot read properties of undefined (reading 'addModule'
, and the popup says "could not find a suitable media element" when there's clearly an otherwise suitable element present. See here, for example http://player.kaltura.com/docs/ .