diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a120683..59ce85b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,9 +1,7 @@ name: Actions 😎 on: - push: - branches: - - master + workflow_dispatch: jobs: test: diff --git a/fmod_editor.log b/fmod_editor.log index e69de29..4255ffc 100644 --- a/fmod_editor.log +++ b/fmod_editor.log @@ -0,0 +1,16 @@ +[LOG] System::create : Header version = 2.02.06. Current version = 2.02.06. +[LOG] Manager::init : maxchannels = 256 studioflags = 00000006 flags 00000000 extradriverdata 0000000000000000. +[LOG] SystemI::init : Initialize version=20206 (124257), maxchannels=256, flags=0x00020000 +[LOG] SystemI::setOutputInternal : Setting output to 'FMOD WASAPI Output' +[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] Thread::initThread : Init FMOD stream thread. Affinity: 0x4000000000000003, Priority: 0xFFFF7FFB, Stack Size: 98304, Semaphore: No, Sleep Time: 10, Looping: Yes. +[LOG] Thread::initThread : Init FMOD mixer thread. Affinity: 0x4000000000000001, Priority: 0xFFFF7FFA, Stack Size: 81920, Semaphore: No, Sleep Time: 0, Looping: Yes. +[LOG] AsyncManager::init : manager 000001B757DC8648 isAsync 0 updatePeriod 0.02 +[LOG] AsyncManager::init : done +[LOG] PlaybackSystem::init : +[LOG] Thread::initThread : Init FMOD Studio sample load thread. Affinity: 0x4000000000000003, Priority: 0xFFFF7FFD, Stack Size: 98304, Semaphore: No, Sleep Time: 1, Looping: No. +[LOG] PlaybackSystem::init : done +[LOG] Thread::initThread : Init FMOD Studio bank load thread. Affinity: 0x4000000000000003, Priority: 0xFFFF7FFD, Stack Size: 98304, Semaphore: No, Sleep Time: 1, Looping: No. +[LOG] Manager::init : done.