Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

The WAAPI import function doesn't accept argument 'autoAddToSourceControl', has the name of the argument changed?

0 votes

The WAAPI function 'ak.wwise.core.audio.import' doesn't accept argument 'autoAddToSourceControl' which is documented here. Is this argument not actually supported or does it maybe have a different name?

Thanks!

asked Jan 22, 2019 in General Discussion by Audun T. (100 points)
autoAddToSourceControl was added in 2017.2. Are you using 2017.1?
We're using 2018.1.1, so that shouldn't be the issue...
Can you give more details about "doesn't accept argument"? I got it to work here:         
    var args = {
                "importOperation": "useExisting",
                "default": {
                    "importLanguage": "English(US)"
                },
                "imports": result,
                "autoAddToSourceControl": true
            };

Please sign-in or register to answer this question.

...