menu
 

在 Audiokinetic 社区问答论坛上,用户可对 Wwise 和 Strata 相关问题进行提问和解答。如需从 Audiokinetic 技术支持团队获取答复,请务必使用技术支持申请单页面。

0 投票
We would like to allow users to specify the audio output device on Windows at runtime.  My google-fu is failing me today.  Is anyone able to point the way?  Thanks!
分类:General Discussion | 用户: Michael W. (140 分)

1个回答

0 投票
It looks to me like this isn't possible without tearing down and reinitialising the Wwise engine entirely :(

Unless I'm mistaken, the audio device can only be specified in AkInitSettings::settingsMainOutput when calling AK::SoundEngine::init()

 

Curiously, it seems we can't interrogate which devices are available until after bank initialisation.
用户: Tim K. (480 分)
...