Hi,
Chrome ( 63.0.3239.132 on Windows 10, 64bit) always display this deprecation warning in the console:
[Deprecation] GainNode.gain.value setter smoothing is deprecated and will be removed in M64, around January 2018. Please use setTargetAtTime() instead if smoothing is needed. See https://www.chromestatus.com/features/5287995770929152 for more details.
I've found a github issue regarding this, but it was closed without any comment:
https://github.com/BabylonJS/Babylon.js/issues/3372
Opening this playground example from the tutorials (https://doc.babylonjs.com/how_to/playing_sounds_and_music) still gives the warning:
https://www.babylonjs-playground.com/#2AH4YH
Will this be fixed until Chrome 64 arrives? Or can this be ignored, since Phaser CE also seems to ignore that, if I understand that correctly https://github.com/photonstorm/phaser-ce/issues/385
I also noticed these violations on Chrome (same playground example):
[Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
EDIT: The soundfiles from the playground example couldn't be found.