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
Hey there,

I did the following little experiment:

I imported a sound with a sampling frequency of 44.1kHz and one with 48kHz, created a play event for each and played both simultanously in an Unity test level.

I am wondering how this is possible, since I made sure that the Conversion Settings do not change either of the sound's sample rates. I was also able to play both sounds within Wwise without any problems (only the first time when I played them there was a short delay).

My interface meanwhile is running at 96kHz. So clearly all sound gets somehow converted to 96kHz, does anyone happen to know how and where?

Cheers and thank you in advance,

Christoph
in General Discussion by Christoph P. (130 points)

1 Answer

0 votes
 
Best answer

Wwise internally run at a single sample rate, and if the source files are at different rates, it does real-time sample rate conversion to the internal rate. (all processing, mixing and effects are running at the same rate)

Please note the real-time sample rate is lower quality than the one you will find in the conversion settings, which is of very good quality. 

In general, it is always preferable to:

  • Have all your original assets at the same sample rate (usually 48000)
  • Lower sample rate in Wwise if you wish your asset take less space (usually only for low frequency content), to a multiple of the internal rate
If you can't have all your originals to the same rate, use the conversion settings to make them to the same rate.

 

by Bernard R. (Audiokinetic) (35.8k points)
selected by Mads Maretty (Audiokinetic)
Is it possible to change the internal sample rate of Wwise?

Anyway, how is it possible, that I am able to hear two events with different sample rates in Unity (with correct pitch)? I made sure, that the conversion settings do not change the sample rate, so there should be 2 sounds with different sample rates playing simultanously, which shouldn't be possible.
...