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
I want to see how many .wav files I have in my project. I would assume there is a way of doing this seeing as though wwise can tell if you're over the 200 limit when you have the evaluation licence. Has anyone come across a way to find this out?
in General Discussion by Mike S. (200 points)

1 Answer

0 votes
Hi Mike,

The 200 sounds limitation is the number of sounds you can put into your Soundbank.

The Licence Manager will display the following message in the Log (X being the number of media item currently used in your project) when you generate your soundbanks:

     Time    ID    Message    Platform    Parameters
    12:59:12    -    Evaluation mode: SoundBanks contain X media item(s) out of the 200 permitted. Commercial deployment is NOT permitted. Please visit www.audiokinetic.com to request a Commercial license.     Windows
    12:59:22    -    1 message(s), 0 warning(s), 0 error(s), 0 fatal error(s)    

 

You can have a Wwise project with more than 200 sounds. However if you put more than 200 of them in your soundbanks, a Fatal error message will be displayed at Soundbank generation:

     Time    ID    Message    Platform    Parameters
    13:02:47    -    Evaluation mode: Maximum number of media items exceeded (XXX out of the 200 permitted). Please contact sales@audiokinetic.com to obtain a license.    Windows
    13:02:47    -    0 message(s), 0 warning(s), 0 error(s), 1 fatal error(s)
by Noemie P. (Audiokinetic) (12.9k points)
...