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.

0 votes
Hi,

Apologies for what I think must be some simple initialization step I am missing. I'm trying to get this working in a larger project, but used a new project here for testing purposes.

First I create a new UE4 project, (the simple FPS example), and link it to my Wwise project in the project plugin settings. Then I drag events from Wwise into the content browser of UE4. Then I double click into the Wwise events and associate them with a newly created sound bank (MainBank). Then I successfully generate the soundbank from the Build menu. I can now preview my events in the content browser, so I know it's working up to that point.

However, when I attempt to drag an AK Event into the scene to place it as an ambient source, I don't see any associated attenuation sphere or hear anything during play. I know this method should work from observing it in the Wwise Integration Demo. My event is set up in Wwise as 3D positional and game-defined, with a reasonably moderate attenuation curve. I feel like I'm missing some step that tells a new UE4 project how to handle ambient Wwise objects.

Any help would be greatly appreciated.
in General Discussion by Jeremy G. (100 points)

1 Answer

+1 vote

You should generate the SoundBank metadata files in your Wwise project.

  1. In Wwise, go to Project > Project Settings
  2. Select the SoundBanks tab
  3. Check the "Generate Per Bank Metadata file" checkbox
  4. Check the "Generate JSON Metadata" checkbox
  5. Under "Metadata options", check the "Max attenuation" checkbox
Re-generate your SoundBanks from Unreal, and the spheres should show up (in the Editor, but not in PIE mode).
 
As for hearing your sound, don't forget to start the ambient sound from a Blueprint (Use the Start Ambient Sound node).
by Benoit S. (Audiokinetic) (16.0k points)
I'm having exact same problem with Wise 2021.1.10.7883.2350 and Unreal Engine 4 version 4.26. I've tried everything to no avail. I have everything checked correctly, I build the banks, create a blueprint and trigger an event with "post event" node inside of a blueprint, but get no sound. I can preview an event in the content browser and I get sound, but there's just no way to get sound in-game. Please help.
...