Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

+1 vote

Hi.

I'm getting this message "sound is not attached to any listener, will use virtual voice setting" when play events are triggered, via the wwise profiler in a debug build.

Using version 2016.2.0.5972 in Unreal.

The game works fine on all other machines, except this one pc. And only in a built version. Editor works fine. Only special thing about it might be that it has Oculus and Vive connected and related software installed. I've tried disconnecting those but no help. (We already have commented out section of the wwise-unreal plugin that will cause sound to be gone if you have an Oculus connected and reloads a level.) This game is not a VR project.  I see that the plugin sets the listeners automatically based on connected players, but I've also tried to set it manually just in case. This did not help either.

Anyone know what this is?

 

in General Discussion by Arnleif M. (340 points)
Did you solve this problem?
Having the same error except it's only occuring for a single event. Looking for possible solution.

1 Answer

0 votes
 
Best answer

The solution for me was delete the sounddrivers and let them be reinstalled. "listener" was not sound listeners, but devices, according to support. There is some code that will select sound to be played via VR headsets if found, and I suspect that something somehow got messed up on that machine and that the system, somehow, reported that it had VR devices connected while it did not.

by Arnleif M. (340 points)
...