IG
Size: a a a
VP
A
load
через shared loader
, находит resource
, но его тип 0 (UNKNOWN)
и нет поля sound
. import ‘pixi-sound’
есть.К
A
pixi-sound.esm.js:9 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
A
M
VP
pixi-sound.esm.js:9 The AudioContext was not allowed to start. It must be resumed (or created) after a user gesture on the page. https://goo.gl/7K7WLu
VP
К
К
AI
MF
АР
VP
A
load
через shared loader
, находит resource
, но его тип 0 (UNKNOWN)
и нет поля sound
. import ‘pixi-sound’
есть.import PixiSound from 'pixi-sound’;
PixiSound.add('pop', { url: './sounds/pop.mp3', preload: true });
PixiSound.play(‘pop’, options);
AH
AH
AI