-
Notifications
You must be signed in to change notification settings - Fork 0
/
fmod.log
82 lines (80 loc) · 7.01 KB
/
fmod.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[LOG] System::create : Header version = 1.10.00. Current version = 1.10.00.
[LOG] SystemI::setOutputInternal : Setting output to type 0
[LOG] Manager::init : maxchannels = 1024 studioflags = 00000009 flags 00000000 extradriverdata 0000000000000000.
[LOG] SystemI::init : FMOD Studio Version: 00011000 (90329)
[LOG] SystemI::init : maxchannels = 1024, flags = 00030000, extradriverdata = 0000000000000000
[LOG] SystemI::setOutputInternal : Setting output to type 8
[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 000000007082D0A8 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 = 99, compatVersion = 99 (oldest = 44, newest = 99)
[LOG] Manager::readBank : fileversion = 99, compatVersion = 99 (oldest = 44, newest = 99)
[LOG] PlaybackSystem::acquireMasterBus : Setting master channel group format to 6
[LOG] SystemI::createSoundInternal : filename = : mode 02000202
[LOG] SystemI::createSoundInternal : exinfo->cbsize = 232
[LOG] SystemI::createSoundInternal : exinfo->length = 42976
[LOG] SystemI::createSoundInternal : exinfo->fileoffset = 14624
[LOG] SystemI::createSoundInternal : exinfo->numsubsounds = 1
[LOG] SystemI::createSoundInternal : exinfo->inclusionlist = 0000000076B7F5FC
[LOG] SystemI::createSoundInternal : exinfo->inclusionlistnum = 1
[LOG] SystemI::createSoundInternal : exinfo->suggestedsoundtype = 5
[LOG] SystemI::createSoundInternal : exinfo->useropen = 00007FF9617D5C70
[LOG] SystemI::createSoundInternal : exinfo->userclose = 00007FF9617D5C40
[LOG] SystemI::createSoundInternal : exinfo->userread = 00007FF9617D5D40
[LOG] SystemI::createSoundInternal : exinfo->userseek = 00007FF9617D5DF0
[LOG] SystemI::createSoundInternal : exinfo->fileuserdata = 000000006A9EB2E8
[LOG] SystemI::createSoundInternal : exinfo->initialseekpostype = 1
[LOG] SystemI::DSPCodecPoolRegister : register codec pool for pool type 5
[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 02000202 length 181098 samples, lengthbytes 42848
[LOG] SystemI::createSample : channels = 2
[LOG] SystemI::createSample : output = 0000000060BB7618
[LOG] OutputSoftware::createSample : lengthpcm 181098, lengthbytes 42848, channels 2, format 2, freq 48000, mode 0200020a
[LOG] SystemI::createSoundInternal : No name found in file, use filename.
[LOG] SystemI::createSoundInternal : done. OpenState now = FMOD_OPENSTATE_READY.
[LOG] SoundI::release : (00000000605A67A8)
[LOG] SoundI::release : release subsounds. (00000000605A67A8)
[LOG] SoundI::release : ThrustSound (000000006B1ABBF8)
[LOG] SoundI::release : done
[LOG] SoundI::release : release codec. (00000000605A67A8)
[LOG] SoundI::release : done
[LOG] Thread::callback : FMOD Studio update thread finished.
[LOG] Thread::callback : FMOD Studio bank load thread finished.
[LOG] Profile::disconnectAll : Profiler disconnecting all clients
[LOG] Thread::callback : FMOD Studio sample load thread finished.
[LOG] LiveUpdate::release :
[LOG] LiveUpdate::reset : Reset connection (reason Disconnected)
[LOG] SystemI::close :
[LOG] SystemI::close : Stop all sounds
[LOG] Thread::callback : FMOD stream thread finished.
[LOG] SystemI::close : Stream thread destroyed
[LOG] Thread::callback : FMOD mixer thread finished.
[LOG] Profile::disconnectAll : Profiler disconnecting all clients
[LOG] SystemI::close : Free master channel group.
[LOG] SystemI::close : Remove 'master' sound group.
[LOG] SystemI::close : Free software output.
[LOG] SystemI::close : Free emulated output.
[LOG] SystemI::close : Free channel pool.
[LOG] SystemI::close : done.