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.

+2 votes
Looking for a file like the Wwise SDK help file that has all the detailed everything, but in C# for Unity use instead. I'm trying to do some more advanced things (dymanic bussing assignments, external sourcing, mic input), but it's really hard to reference the c++ api because the mapping into c# is somewhat unpredictable.

Thanks!
in General Discussion by andymule (280 points)

1 Answer

+2 votes
 
Best answer

There is not much difference between the C# and C++ API.  There are a few exceptions, which are documented in the "API Changes and Limitations" section of the documentation.   You can find the Unity Integration specific documentation inside your Unity project, under Assets\Wwise\Documentation.  But I agree, this doc is somewhat thin on details.

That said, for the 3 features you list:

- Dynamic bussing: I guess you are talking about Auxiliary Sends?  That's supported and works through the SetGameObjectSendValues function, like in the C++ API.  You can check in the Assets\Wwise\Examples folder, in the files AkEnvironment.cs for an example on how to use that if you want to do your own system.

- External sources: Limited to one source per event (which is 99.999% of the cases).

- Microphone is not supported in Unity integration yet.

Finally, let me mention that we'll be releasing a new version of the Unity plugin quite soon (next few weeks) with better doc and a much easier project setup, amongst other things.

by Mathieu J. (Audiokinetic) (7.1k points)
selected by andymule
thanks        !
Wwise Audio Input in unity
Good afternoon, has this issue of microphone integration in Unity been resolved yet? We really want to use the microphone with Wwise and Unity 5!
...