Sound assets frequency content changing on import

Ive noticed that a large amount of assets in my fmod project have lost of added frequency content above 20kHz that didnt exist before importing them. Here is a comparison of an asset in file explorer and the same imported asset being played from inside FMOD Studio v2.02.23:


Fwiw the asset is exported at 48kHz 24bit

I have seen this post (Altered sounds during import) that looks like it could potentially be the same issue, but id like to know if there is anything else i can do? Has there been any progress on having different resampling options in FMOD Studio?

1 Like

Hi,

What you’re observing does appear to be the same issue as the one in the post you linked. Unfortunately, I don’t have any more info to provide on the status of having resampling options in Studio, but I’ve noted your interest in it on our feature tracker. As for what can be done, the main recommendation is to use System::setAdvancedSettings to specify the resampling method at runtime, as noted in the previously linked thread.

1 Like

Just to follow up with a few questions:

  • Is the high frequency content present at runtime, or just in Studio?
  • Are you applying any pitch shifting (i.e. via the pitch macro on instruments/events/buses) to the event?
  • Are you using the pitch shifter effect (even if it’s set to 1.00x pitch) anywhere downstream of the event?
  • If you change the compression mode for the asset(s) in question to PCM, does the issue go away?
  • Yeah the high frequency content is there both in Studio and at runtime.
  • There are cases of both using and not using pitch shifting with macros where the issue happens, so it feels like that’s not the cause.
  • The pitch shifter effect isnt being used at all in this project.
  • The same result happens in a build with PCM compression both in builds and in the editor. (Changed from Vorbis)
1 Like