Delays on all sounds.

I am having an issue that all my sounds have a short delay before playing. So Bullets, jumping sounds for my character are always off.

What are a list of things I can check to see what’s going on?

I’ve checked my code, and it isn’t an issue with update/fixedupdate or anything like that. It’s just all sounds are delayed.

Any help is appreciated.

Here is some output if it helps.
[LOG] Manager::init : maxchannels = 1024 studioflags = 00000009 flags 00000000 extradriverdata 0000000000000000.
[LOG] SystemI::init : FMOD Studio Version: 00010906 (88495)
[LOG] SystemI::init : maxchannels = 1024, flags = 00030000, extradriverdata = 0000000000000000
[LOG] SystemI::setOutputInternal : Setting output to type 0
[LOG] SystemI::setOutputInternal : Setting output to type 8
[LOG] SystemI::setOutputInternal : Setting output to type 8
[LOG] OutputWASAPI::init : Mix Format (WAVEFORMATEX): wFormatTag=0xFFFE, nChannels=2, nSamplesPerSec=48000, nAvgBytesPerSec=384000, nBlockAlign=8, wBitsPerSample=32, cbSize=22.
[LOG] OutputWASAPI::init : Mix Format (WAVEFORMATEXTENSIBLE): wValidBitsPerSample=32, dwChannelMask=0x00000003, SubFormat=00000003-0000-0010-8000-00AA00389B71.
[LOG] OutputWASAPI::init : Output buffer size: 4096 samples, latency: 0.00ms, period: 10.00ms, DSP buffer: 1024 * 4
[LOG] SystemI::init : Create master channel group and master sound group.
[LOG] SystemI::init : Set up emulated output. 1024 channels
[LOG] SystemI::init : create the channel pool
[LOG] SystemI::init : create the stream thread
[LOG] Thread::initThread : Init FMOD stream thread. Priority: 2, Stack Size: 65536, Semaphore: No, Sleep Time: 10, Looping: Yes.
[LOG] SystemI::DSPCodecPoolRegister : register codec pool for pool type 5
[LOG] Thread::initThread : Init FMOD mixer thread. Priority: 3, Stack Size: 49152, Semaphore: No, Sleep Time: 0, Looping: Yes.
[LOG] AsyncManager::init : manager 000000008886F848 isAsync 1 updatePeriod 0.02
[LOG] Thread::initThread : Init FMOD Studio update thread. Priority: 0, Stack Size: 65536, Semaphore: No, Sleep Time: 1, Looping: No.
[LOG] AsyncManager::init : done
[LOG] PlaybackSystem::init :
[LOG] Thread::initThread : Init FMOD Studio sample load thread. Priority: 0, Stack Size: 65536, Semaphore: No, Sleep Time: 1, Looping: No.
[LOG] PlaybackSystem::init : done
[LOG] LiveUpdate::init :
[LOG] Thread::initThread : Init FMOD Studio bank load thread. Priority: 0, Stack Size: 65536, Semaphore: No, Sleep Time: 1, Looping: No.
[LOG] Manager::init : done.
[LOG] Profile::init : Profiler listening on port: 9264
[LOG] Manager::readBank : fileversion = 80, compatVersion = 70 (oldest = 44, newest = 88)
[LOG] Manager::readBank : fileversion = 80, compatVersion = 70 (oldest = 44, newest = 88)
[LOG] PlaybackSystem::acquireMasterBus : Setting master channel group format to 3
[LOG] Manager::readBank : fileversion = 80, compatVersion = 70 (oldest = 44, newest = 88)
[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7183 samples, lengthbytes 28800
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7183, lengthbytes 28800, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 4881 samples, lengthbytes 19616
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 4881, lengthbytes 19616, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 80000 samples, lengthbytes 320064
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 80000, lengthbytes 320064, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 20000 samples, lengthbytes 80064
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 20000, lengthbytes 80064, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7203 samples, lengthbytes 28896
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7203, lengthbytes 28896, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 4486 samples, lengthbytes 18016
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 4486, lengthbytes 18016, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7193 samples, lengthbytes 28864
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7193, lengthbytes 28864, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7193 samples, lengthbytes 28864
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7193, lengthbytes 28864, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 19709 samples, lengthbytes 78912
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 19709, lengthbytes 78912, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7183 samples, lengthbytes 28800
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7183, lengthbytes 28800, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7203 samples, lengthbytes 28896
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7203, lengthbytes 28896, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7193 samples, lengthbytes 28864
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7193, lengthbytes 28864, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000009309FBF8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FFFF5DF7110
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FFFF5DF70E0
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FFFF5DF71E0
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FFFF5DF7290
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 0000000088544718
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESAMPLE
[LOG] SystemI::createSoundInternal : Multi-sample sound (1 subsounds), create a sample container.
[LOG] SystemI::createSoundInternal : creating subsound 0/1
[LOG] SystemI::createSample : mode 02000002 length 7193 samples, lengthbytes 28864
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 7193, lengthbytes 28864, channels 2, format 2, freq 40000, mode 0200000a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] SystemI::createSound : filename = FMODAssets\Desktop/Music.bank : mode 02012082
[LOG] SystemI::createSound : FMOD_NONBLOCKING specified. Putting into queue to be opened asynchronously!
[LOG] Thread::initThread : Init FMOD nonblocking thread (0). Priority: 1, Stack Size: 81920, Semaphore: Yes, Sleep Time: 0, Looping: Yes.
[LOG] SystemI::createSound : setdata soundi = 000000007904D418 : node = 000000001AABBC30
[LOG] SystemI::createSound : add node to async list : head = 0000000088BDA8F8. list count = 0
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904D418
[LOG] SystemI::createSoundInternal : filename = FMODAssets\Desktop/Music.bank : mode 02012082
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 141047744
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 26784
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSound : filename = FMODAssets\Desktop/Music.bank : mode 02012082
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000001AABBD48
[LOG] SystemI::createSound : FMOD_NONBLOCKING specified. Putting into queue to be opened asynchronously!
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSound : setdata soundi = 000000007904D778 : node = 000000001AABBED0
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSound : add node to async list : head = 0000000088BDA8F8. list count = 0
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESTREAM
[LOG] System::createSoundInternal : decode buffersize = 15872 : blocksize = 256 : format = 2
[LOG] SystemI::createSample : mode 02012082 length 15872 samples, lengthbytes 9600064
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 15872, lengthbytes 9600064, channels 2, format 2, freq 40000, mode 0201208a
[LOG] System::createSoundInternal : 1 subsounds detected.
[LOG] System::createSoundInternal : Seek stream to start
[LOG] System::createSoundInternal : switch file handle from small blocking single buffered to large nonblocking doublebuffered.
[LOG] Thread::initThread : Init FMOD file thread. Priority: 1, Stack Size: 16384, Semaphore: No, Sleep Time: 10, Looping: Yes.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904D418
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904D778
[LOG] SystemI::createSoundInternal : filename = FMODAssets\Desktop/Music.bank : mode 02012082
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 141047744
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 26784
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 000000001AABBFE8
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESTREAM
[LOG] System::createSoundInternal : decode buffersize = 15872 : blocksize = 256 : format = 2
[LOG] SystemI::createSample : mode 02012082 length 15872 samples, lengthbytes 9600064
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 15872, lengthbytes 9600064, channels 2, format 2, freq 40000, mode 0201208a
[LOG] System::createSoundInternal : 1 subsounds detected.
[LOG] System::createSoundInternal : Seek stream to start
[LOG] System::createSoundInternal : switch file handle from small blocking single buffered to large nonblocking doublebuffered.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904D778
[LOG] SoundI::getSubSound : sound 000000007904D418. Subsound index 0 / 1
[LOG] SoundI::getSubSound : starting non blocking seek and setting sound to not ready state
[LOG] SoundI::getSubSound : finished preparing nonblocking getSubSound seek
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904D928
[LOG] SoundI::getSubSound : sound 000000007904D778. Subsound index 0 / 1
[LOG] AsyncThread::threadFunc : done setposition
[LOG] SoundI::getSubSound : starting non blocking seek and setting sound to not ready state
[LOG] SoundI::getSubSound : finished preparing nonblocking getSubSound seek
[LOG] AsyncThread::threadFunc : done flush
[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904D928
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904E348
[LOG] AsyncThread::threadFunc : done setposition
[LOG] AsyncThread::threadFunc : done flush
[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904E348
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904D928
[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904D928
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904E348
[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904E348
[LOG] SystemI::createSound : filename = FMODAssets\Desktop/SFX.bank : mode 02012082
[LOG] SystemI::createSound : FMOD_NONBLOCKING specified. Putting into queue to be opened asynchronously!
[LOG] SystemI::createSound : setdata soundi = 000000007904E198 : node = 0000000088810A40
[LOG] SystemI::createSound : add node to async list : head = 0000000088BDA8F8. list count = 0
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904E198
[LOG] SystemI::createSoundInternal : filename = FMODAssets\Desktop/SFX.bank : mode 02012082
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 18879776
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 53888
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 0000000088810B58
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : Format has 1 subsounds.
[LOG] SystemI::createSoundInternal : Create as FMOD_CREATESTREAM
[LOG] System::createSoundInternal : decode buffersize = 15872 : blocksize = 256 : format = 2
[LOG] SystemI::createSample : mode 02012082 length 15872 samples, lengthbytes 28864
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000079F8B198
[LOG] OutputSoftware::createSample : lengthpcm 15872, lengthbytes 28864, channels 2, format 2, freq 40000, mode 0201208a
[LOG] System::createSoundInternal : 1 subsounds detected.
[LOG] System::createSoundInternal : Seek stream to start
[LOG] System::createSoundInternal : switch file handle from small blocking single buffered to large nonblocking doublebuffered.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.

[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904E198
[LOG] SoundI::getSubSound : sound 000000007904E198. Subsound index 0 / 1
[LOG] SoundI::getSubSound : starting non blocking seek and setting sound to not ready state
[LOG] SoundI::getSubSound : finished preparing nonblocking getSubSound seek
[LOG] AsyncThread::threadFunc : Starting Asynchronous operation on sound 000000007904DAD8
[LOG] AsyncThread::threadFunc : done setposition
[LOG] AsyncThread::threadFunc : done flush
[LOG] AsyncThread::threadFunc : Finished Asynchronous operation on sound 000000007904DAD8
[LOG] SoundI::release : GunShoot5V1 (000000007904E198)
[LOG] SoundI::release : remove stream samples. (000000007904E198)
[LOG] SoundI::release : GunShoot5V1 (0000000088D82978)
[LOG] SoundI::release : done
[LOG] SoundI::release : release subsounds. (000000007904E198)
[LOG] SoundI::release : GunShoot5V1 (000000007904DAD8)
[LOG] SoundI::release : done
[LOG] SoundI::release : release codec. (000000007904E198)
[LOG] SoundI::release : done

Pre-loading the sample data when loading banks, should help the events start faster.
Also make sure the asset files are not set to stream, otherwise pre-load will not do anything and the files will take time to load up.

If you connect FMOD Studio via Live Update, you should be able to get a much better idea of why there is a delay.

1 Like

I’ll check this out, I still can’t connect to the live update with FMOD though, it just always says “reconnecting” so that is another issue.

Make sure you have live update enabled in the Unity FMOD Settings and nothing else running that it might be trying to connect to (eg. FMOD Studio Sandbox, other Unity projects, etc.). Also make sure the Studio and the Integration are at least the same major version otherwise they won’t be able to communicate.