sound icon indicating copy to clipboard operation
sound copied to clipboard

Is setting the speed of a sound sprite possible?

Open hamoid opened this issue 5 years ago • 2 comments

Hi,

When I do allSounds.play('sound1', { speed: 0.5 }) the pitch doesn't change and I get a Uncaught TypeError: n.complete is not a function. What would be the right approach?

hamoid avatar Nov 15 '20 08:11 hamoid

Oh I see I was looking at Sound and not https://pixijs.io/pixi-sound/docs/PIXI.sound.SoundSprite.html

SoundSprite doesn't seem to allow any options on .play(). So maybe this is a feature request? :)

hamoid avatar Nov 15 '20 09:11 hamoid