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

"Sound could not find a path to an output device, will use virtual voice setting." when NOT using Rift

+2 投票
Quite inexplicably, all sounds in my game (Unreal Engine 4.15) start producing the notification that "Sound could not find a path to an output device, will use virtual voice setting.", and are will not play (or at least, not audibly) if I don't have the Rift headset in use.

When I put it on/take it off, it notifies me of the audio thread being resumed/suspended respectively, and resumes/interrupts the audio accordingly.

Anyway know how to make it behave in such a way that I can audition my game even without the Rift headset on?
最新提问 9月 18, 2017 分类:General Discussion | 用户: Chris P. (350 分)
修改于 9月 18, 2017 用户:Chris P.
Hi there, I was curious if you ever found a solution to this issue? I am having a similar one, but with Unity
'fraid not, Blake!

I'm still wondering if this will ever get an answer, but perhaps by chiming in it's being bumped to the top of the stack and will get another shot at being answered. Cheers!
Hi there Chris,

I figured out the issue for my situation, which was actually not an issue with Wwise at all but with SteamVR trying to reset all my audio devices on my machine when launched. The fix for me was - in Unity - setting my script execution order to make sure AKInitializer.cs came before any SteamVR or OpenVR scripts had a chance to execute. Or, I could make my previously broken builds work by setting my desired output device to be set on launch and on close in the SteamVR app. Hope this helps you out as well!

Please sign-in or register to answer this question.

...