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 can't make the text-to-speech example from this blog post work.

I followed the instructions in the readme.md file, but when right-clicking a Sound Voice > Edit in External Editor > text-to-speech , a command prompt opens, quickly closes, and the Sound Voice stays red and empty.

I modified the register so that command prompts open by .cmd files stay open upon completion, and this is what the log looks like :

C:\Program Files (x86)\Audiokinetic\Wwise 2018.1.0.6714\Authoring\x64\Release\bin>call node "D:\Text2Speech_test\T2s\T2s\\index.js"
exception: {}
Press any key to exit

Not sure where to go from there...
Minh Ho

 

in General Discussion by Minh H. (100 points)

1 Answer

0 votes

Hi,

Please pull the most recent code from the repository, I updated the error logging to print the error correctly.

Then here is a check list:

  1. Did you try any of the other WAAPI samples? Make sure they work first.
    To try, make sure you installed the "SDK (c++)" package from the Wwise install.
    Try this sample:
    C:\Program Files (x86)\Audiokinetic\Wwise 2018.1.0.6714\SDK\samples\WwiseAuthoringAPI\js\hello-wwise-web-http
  2. Did you enable WAAPI from the user preferences?
  3. Did you allow WAAPI through your Firewall? Make sure Wwise is listed and allowed in the Windows Defender Firewall's Advanced Settings, in Inbound Rules.
  4. Try running the test-to-speech sample from the Visual Studio Code debugger, to know more about the exception. Open the folder, then press F5.
by Bernard R. (Audiokinetic) (35.8k points)
...