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

Hello 
I have integrated Wwise 2017.1.3.6377 to cocos2d-x, (testing from github and my game project), it is running with win-32. Initialization runs successfully, banks are loaded, but when AK::SoundEngine::PostEvent is sent sounds are not played in none of the tests. While after compilation IntegrationDemo_Windows_vc140 all tests are running successfully. Under debugging parameters m_memSettings, m_stmSettings, m_deviceSettings, m_initSettings, m_platformInitSettings, m_musicInit are checked in both testing versions and are the same. Could you tell me if this is connected with the fact that cocos2d-x is using opengl and IntegrationDemo_Windows_vc140- directx? If detailed information about connection process is needed please let me know I can provide it.

in General Discussion by Vasiliy B. (140 points)
Problem is not in directx because when I set 2015.1.9 build 5624(Stable) all tests ran. Sound is played.

1 Answer

0 votes

when i use 2017.2,

the error  错误    2    error LNK1104: 无法打开文件“AkConvolutionReverbFXFactory.lib”

Have you ever had the same situation?

by ranwenlong@126.com v. (140 points)
Yes, i fixed all problems with integration of wwise. If you download github example (it's old version), you can get linker property in IntegrationDemo project and include all needed libs to your project. I think this lib name is AkConvolutionReverbFX.lib in new version wwise
...