charlie_says Posted February 5, 2018 Share Posted February 5, 2018 I've lost my link to the pixi-sound slack, so I would have gone there directly. Are these warnings: pixi-sound.min.js:1 [Deprecation] AudioParam value setter will become equivalent to AudioParam.setValueAtTime() in M65, around March 2018 See https://webaudio.github.io/web-audio-api/#dom-audioparam-value for more details. pixi-sound.min.js:1 [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. Anything to be concerned about? Quote Link to comment Share on other sites More sharing options...
canyonkarl Posted February 5, 2018 Share Posted February 5, 2018 This issue should've been addressed in v2.0.0 release with this pull-request (https://github.com/pixijs/pixi-sound/pull/41) Could you please file an issue on the GitHub repo and make sure to include your platform, browser and version of pixi-sound? ivan.popelyshev and charlie_says 2 Quote Link to comment Share on other sites More sharing options...
charlie_says Posted February 5, 2018 Author Share Posted February 5, 2018 @canyonkarl You are completely correct. the issue is fixed in v2.0.1 - I had downloaded the latest version before I posted, but in a fit of idiocy hadn't replaced the min version, I'd just added the normal build (so, it wasn't loaded.) Thanks!! ivan.popelyshev 1 Quote Link to comment Share on other sites More sharing options...
botmaster Posted February 7, 2018 Share Posted February 7, 2018 I'm surprised to see that framework claims to support IE9+ since IE still has no official support for WEbAudio and in my own testing I found versions of IE11 with full support, no support, partial support. So I was wondering how that framework does achieve such a support from IE9+ if only using WebAudio API. I tested the demos in a few different IE11 version and as I suspected none of them could run the demos. So what's up with that IE9+ support? Quote Link to comment Share on other sites More sharing options...
botmaster Posted February 12, 2018 Share Posted February 12, 2018 Bump, seriously anyone has any inputs on SoundAPI support in IE? Why is that framework claiming it supports IE9+ and their example don't seem to work in IE? If I could get SoundAPI support in IE from IE9 without fails I could get rid of my legacy flash for IE only. Quote Link to comment Share on other sites More sharing options...
canyonkarl Posted February 12, 2018 Share Posted February 12, 2018 The library has only basic support for IE9 by falling back to using HTML5 audio. Some WebAudio-specific features, like filters, are ignored on these browsers. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.