ion.sound
ion.sound copied to clipboard
GainNode.gain deprication
Hi there,
In Chrome v. 63.0.3239.108 console
I see the following warning message for ion.sound.min.js: 14:
[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.
Hi, Roman. Thanks for update, will fix it.
Any news on this isuee?
Meanwhile there is a new deprecation note:
[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.
@dbusacca thanks for update. Work in progress now.
line 525 / 628
this.gain.gain.value = this.volume;
change to
this.gain.gain.setTargetAtTime(this.volume, audio.currentTime, 0.015);
I believe is this @IonDen
@douglaszaltron, i will check this soon
Hello @IonDen ,
Any updates on this?
Thanks, Roman.
Hi, finally i found time to work on it. Probably this week update will be released.
Hello @IonDen , have you managed to fix this?
Thanks, Roman.
I have a delay now. Sorry guys. Will try release the fix before end of May.