Chromium M65 - Upcoming Audio Feature Depreciation Warning

0 favourites
  • 3 posts
From the Asset Store
100+ Musical High Quality Sound Effects for your game!
  • Problem Description

    Chromium M64 (NW.js v0.28.0) is warning about an upcoming depreciation of an audio related feature.

    I assume the feature that is using this depreciated code will stop working in M65 and needs to be updated soon.

    Attach a Capx

    Description of Capx

    [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.
    instanceProto.onCreate  Audio_plugin.js:2509
    [/code:3csb92ro]
    [b]Steps to Reproduce Bug[/b]
    [ul]
        [li] Create a new project
        [/li][li] Add the audio plugin
        [/li][li] Preview the project in Chromium M64[/li][/ul]
        
    [b]Observed Result[/b]
    The console gives out a warning.
        
    [b]Expected Result[/b]
    No depreciation warning.
        
    [b]Affected Browsers[/b]
    [ul]
        [li] Chrome: (YES)
        [/li][li] FireFox: (NO)
        [/li][li] Internet Explorer: (NO)[/li][/ul]
        
    [b]Operating System and Service Pack[/b]
    Win 7 64bit
        
    [b]Construct 2 Version ID[/b]
    r252
  • I don't think this is anything to worry about - it's not a removal of the feature, it's just slightly changing the way it works. AFAICT currently we just set a "value" property when we want to do something like change the volume, but in Chrome that actually does a very short crossfade or some effect like that. I think they're warning that they are going to remove that effect and make it set immediately. Which is pretty much what we wanted in the first place!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Good to know, always a bit concerned about these types of warnings.

    Thanks for the info and feel free to close this report.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)