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.

How can I fix AK_InvalidParameter returned from AddOutput?

0 votes

Problem Code:

AkUniqueID ExampleBusDevice = 0;

 

AkChannelConfig ChannelConfig{};
{
    ChannelConfig.SetStandard(0);
}

AkOutputSettings os("Example_Device", ExampleBusDevice, ChannelConfig, AkPanningRule::AkPanningRule_Speakers);
AKRESULT AddOutputResult = AK::SoundEngine::AddOutput(os);

 

asked Dec 16, 2021 in General Discussion by Finn M. (100 points)

Please sign-in or register to answer this question.

...