Hello,
I was reading documents and forums but still don`t understand how this complete audio file chain works. I am talking all the way from source audio files in Fmod to Ue4 output.
My situation is like this, i am a sound designer with no programming skills doing sound for a game in Ue4, all of my audio files are pcm wav 48/16. And game is not for mobile, only for Desktop. So far my banks were built at PCM 48 Khz. There was no problems but i would like to understand better the whole process so later when we gett closer to finish, problems don`t start to happen.
Performance reference for FMOD says that Vorbis is prefered format for all sounds, FADPCM is secondary and PCM is not recomended. But seeing that is also sais XMA and AT9 are not available this document might be old and outdated.
However Ue4 states in their docs that engine supports 16 bit wave files at any sample rate, but 44100 or 22050 are recommended. They also say “specifications : PCM, ADPCM, DVI ADPCM”
There are few things that i would like to understand
1 - What happens to source files once the bank is built using Vorbis and than sent to UE4, which per documents does not accept Vorbis?
I tested this and UE4 worked without a problem. Banks were smaller, memory usage was about 100 mb less and that was it. Since disk size is not a big thing i would like to keep my
encoding to pcm.
2 - Why does it say that PCM is not recomended? Explain please the downsides
3 - What are your experiences with build banks @48Khz and @44.1Khz in PCM for UE4?
Thank you