Hello,
when I add a videoElement input Babylon.Sound, I get an error as following.
Here is the PG: https://playground.babylonjs.com/#IDVX55#16
I can find this function at source code
Hello,
when I add a videoElement input Babylon.Sound, I get an error as following.
I can find this function at source code
You forgot the “new” before initializer BABYLON.Sound:
Thanks!