Skip to content

Input was working yesterday, but now it's not being recognised. #612

Description

@zerodieva

Was able to play yesterday with no issues, tried to do so today but now the guitar isn't being picked up at all.


for "EnableWasapiOutputs" you can use -1 to have a message prompting

to use either WASAPI or ASIO for output every time you boot the game

[Config]
EnableWasapiOutputs=0
EnableWasapiInputs=0
EnableAsio=1

[Asio]
; available buffer size modes:
; driver - respect buffer size setting set in the driver
; host - use a buffer size as close as possible as that requested by the host application
; custom - use the buffer size specified in CustomBufferSize field
BufferSizeMode=driver
CustomBufferSize=

if your game hangs or crashes on exit, try setting "EnableRefCountHack" to true.

when blank or invalid, the value of "EnableRefCountHack" will be interpreted as

true if RS ASIO detects the usage of Asio4All.

the same applies for all inputs.

[Asio.Output]
Driver=MiniFuse ASIO Driver
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=

[Asio.Input.0]
Driver=MiniFuse ASIO Driver
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=

[Asio.Input.1]
Driver=MiniFuse ASIO Driver
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=

[Asio.Input.Mic]
Driver=MiniFuse ASIO Driver
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=


Log:

0.000 [INFO] - Wrapper DLL loaded (v0.7.4)
0.000 [INFO] PatchOriginalCode
0.037 [INFO] image crc32: 0xd1b38fcb
0.241 [INFO] Patching CoCreateInstance
0.241 [INFO] Patch_CallAbsoluteIndirectAddress - num locations: 2
0.241 [INFO] Patching call at 00C02DBD
0.241 [INFO] Patching call at 00E75278
0.241 [INFO] Patching PortAudio MarshalStreamComPointers
0.241 [INFO] Patch_CallRelativeAddress - num locations: 1
0.241 [INFO] Patching call at 00E7483F
0.241 [INFO] Patching PortAudio UnmarshalStreamComPointers
0.241 [INFO] Patch_CallRelativeAddress - num locations: 1
0.241 [INFO] Patching call at 00E748F4
0.241 [INFO] Patching Two Guitar Tones Connected Message Box (starting menu) (num locations: 1)
0.241 [INFO] Patching bytes at 007C0C66
0.241 [INFO] Patching Two Guitar Tones Connected Message Box (main menu) (num locations: 1)
0.241 [INFO] Patching bytes at 007C0CDA
0.241 [INFO] Patching unknown crash when certain audio devices are found (num locations: 1)
0.241 [INFO] Patching bytes at 00E7CF70
0.247 [INFO] Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
0.247 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eRender - role: eMultimedia
0.247 [INFO] RSAggregatorDeviceEnum::UpdateAvailableDevices
0.247 [INFO] GetWineAsioInfo - Looking for "wineasio32.dll"... Not found.
0.251 [INFO] GetWineAsioInfo - Looking for "wineasio.dll"... Not found.
0.254 [INFO] AsioHelpers::FindDrivers
0.255 [INFO] MiniFuse ASIO Driver
0.255 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - output requesting ASIO driver: MiniFuse ASIO Driver
0.255 [INFO] Creating AsioSharedHost - dll: c:\program files\arturia\minifuseaudiodriver\x64\arturiaminifuseusbaudioasio.dll
0.274 [INFO] ASIO input channels info:
0.274 [INFO] 0 - active: 0, channel: 0, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: MIC/LINE/INST 1
0.274 [INFO] 1 - active: 0, channel: 1, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: MIC/LINE/INST 2
0.274 [INFO] 2 - active: 0, channel: 2, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: LOOPBACK Left
0.274 [INFO] 3 - active: 0, channel: 3, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: LOOPBACK Right
0.274 [INFO] 4 - active: 0, channel: 4, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: Mix 5/6 Left
0.274 [INFO] 5 - active: 0, channel: 5, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: Mix 5/6 Right
0.274 [INFO] 6 - active: 0, channel: 6, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: Loopback Main 7/8 Left
0.274 [INFO] 7 - active: 0, channel: 7, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: Loopback Main 7/8 Right
0.274 [INFO] ASIO output channels info:
0.274 [INFO] 0 - active: 0, channel: 0, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Output Left
0.274 [INFO] 1 - active: 0, channel: 1, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Output Right
0.274 [INFO] 2 - active: 0, channel: 2, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: LOOPBACK Left
0.274 [INFO] 3 - active: 0, channel: 3, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: LOOPBACK Right
0.274 [INFO] 4 - active: 0, channel: 4, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Virtual 5/6 Left
0.274 [INFO] 5 - active: 0, channel: 5, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Virtual 5/6 Right
0.274 [INFO] 6 - active: 0, channel: 6, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Virtual 7/8 Left
0.274 [INFO] 7 - active: 0, channel: 7, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Virtual 7/8 Right
0.274 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - OK
0.274 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[0] requesting ASIO driver: MiniFuse ASIO Driver
0.274 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - OK
0.274 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[1] requesting ASIO driver: MiniFuse ASIO Driver
0.274 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - OK
0.274 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[2] requesting ASIO driver: MiniFuse ASIO Driver
0.274 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - OK
0.274 [INFO] DebugDeviceEnum::UpdateAvailableDevices - 1 render devices, 3 capture devices
0.274 [INFO] hr: S_OK
0.274 [INFO] *ppEndpoint: 1642AC68
0.274 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eCapture - role: eMultimedia
0.274 [INFO] hr: S_OK
0.274 [INFO] *ppEndpoint: 1642ACC8
0.274 [INFO] DebugDeviceEnum::EnumAudioEndpoints - dataFlow: eAll - dwStateMask: 1
0.274 [INFO] hr: S_OK
0.274 [INFO] *ppDevices: 16489E90
0.274 [INFO] {ASIO Out} DebugWrapperDevice::OpenPropertyStore - stgmAccess: 0
0.274 [INFO] {ASIO Out} DebugWrapperDevicePropertyStore::GetCount
0.274 [INFO] *cProps: 2
0.275 [INFO] {ASIO Out} DebugWrapperDevice::QueryInterface - riid: IID_IMMEndpoint
0.275 [INFO] {ASIO Out} DebugWrapperEndpoint::GetDataFlow
0.275 [INFO] *pDataFlow: eRender
0.275 [INFO] {ASIO Out} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 1
0.275 [INFO] {ASIO Out} DebugWrapperAudioClient::GetDevicePeriod
0.275 [INFO] {ASIO Out} RSAsioAudioClient::~RSAsioAudioClient
0.275 [INFO] {ASIO IN 0} DebugWrapperDevice::OpenPropertyStore - stgmAccess: 0
0.275 [INFO] {ASIO IN 0} DebugWrapperDevicePropertyStore::GetCount
0.275 [INFO] *cProps: 5
0.275 [INFO] {ASIO IN 0} DebugWrapperDevice::QueryInterface - riid: IID_IMMEndpoint
0.275 [INFO] {ASIO IN 0} DebugWrapperEndpoint::GetDataFlow
0.275 [INFO] *pDataFlow: eCapture
0.275 [INFO] {ASIO IN 0} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 1
0.275 [INFO] {ASIO IN 0} DebugWrapperAudioClient::GetDevicePeriod
0.275 [INFO] {ASIO IN 0} RSAsioAudioClient::~RSAsioAudioClient
0.275 [INFO] {ASIO IN 1} DebugWrapperDevice::OpenPropertyStore - stgmAccess: 0
0.275 [INFO] {ASIO IN 1} DebugWrapperDevicePropertyStore::GetCount
0.275 [INFO] *cProps: 5
0.275 [INFO] {ASIO IN 1} DebugWrapperDevice::QueryInterface - riid: IID_IMMEndpoint
0.275 [INFO] {ASIO IN 1} DebugWrapperEndpoint::GetDataFlow
0.275 [INFO] *pDataFlow: eCapture
0.275 [INFO] {ASIO IN 1} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 1
0.275 [INFO] {ASIO IN 1} DebugWrapperAudioClient::GetDevicePeriod
0.275 [INFO] {ASIO IN 1} RSAsioAudioClient::~RSAsioAudioClient
0.275 [INFO] {ASIO IN 2} DebugWrapperDevice::OpenPropertyStore - stgmAccess: 0
0.275 [INFO] {ASIO IN 2} DebugWrapperDevicePropertyStore::GetCount
0.275 [INFO] *cProps: 3
0.275 [INFO] {ASIO IN 2} DebugWrapperDevice::QueryInterface - riid: IID_IMMEndpoint
0.275 [INFO] {ASIO IN 2} DebugWrapperEndpoint::GetDataFlow
0.275 [INFO] *pDataFlow: eCapture
0.275 [INFO] {ASIO IN 2} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 1
0.275 [INFO] {ASIO IN 2} DebugWrapperAudioClient::GetDevicePeriod
0.275 [INFO] {ASIO IN 2} RSAsioAudioClient::~RSAsioAudioClient
0.289 [INFO] {ASIO Out} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 17
0.289 [INFO] {ASIO Out} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
0.289 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
0.289 [INFO] requested format is not supported
0.289 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
0.289 [INFO] {ASIO Out} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
0.289 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
0.289 [INFO] requested format is not supported
0.289 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
0.289 [INFO] {ASIO Out} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
0.289 [INFO] {ASIO Out} DebugWrapperAudioClient::Initialize - ShareMode: Exclusive Flags: 40000 bufferDuration: 3ms periodicity: 3ms
0.289 [INFO] {ASIO Out} RSAsioAudioClient::Initialize - host requested buffer duration: 3ms (144 frames)
0.289 [INFO] {ASIO Out} WAVEFORMATEX
wFormatTag: fffe
nChannels: 2
nSamplesPerSec: 48000
nAvgBytesPerSec: 384000
nBlockAlign: 8
wBitsPerSample: 32
cbSize: 22
ext.SubFormat: KSDATAFORMAT_SUBTYPE_PCM
ext.Samples: 24
ext.dwChannelMask: 3
0.289 [INFO] {ASIO Out} RSAsioAudioClient::Initialize - actual buffer duration: 10ms (512 frames)
0.289 [INFO] AsioSharedHost::Setup - startCount: 0
0.289 [INFO] post output ready: 0
0.289 [INFO] ASIOBufferSize - min: 8 max: 2048 preferred: 512 granularity: -1
0.289 [INFO] Creating ASIO buffers (8 out, 8 in)...
0.289 [INFO] AsioSharedHost::AsioCalback_asioMessage - selector: 7 value: 0 | returning: 0
0.289 [INFO] AsioSharedHost::AsioCalback_asioMessage - selector: 1 value: 2 | returning: 0
0.289 [INFO] AsioSharedHost::AsioCalback_asioMessage - selector: 1 value: 3 | returning: 0
0.289 [INFO] AsioSharedHost::AsioCalback_asioMessage - selector: 1 value: 4 | returning: 0
0.289 [INFO] AsioSharedHost::AsioCalback_asioMessage - selector: 1 value: 5 | returning: 0
0.289 [INFO] AsioSharedHost::AsioCalback_asioMessage - selector: 1 value: 6 | returning: 0
0.289 [INFO] {ASIO Out} DebugWrapperAudioClient::GetBufferSize
0.289 [INFO] *pNumBufferFrames: 512
0.289 [INFO] {ASIO Out} DebugWrapperAudioClient::GetStreamLatency
0.289 [INFO] latency: 14ms
0.289 [INFO] {ASIO Out} DebugWrapperAudioClient::GetService - riid: IID_IAudioRenderClient
0.289 [INFO] returning render client
0.290 [INFO] DebugDeviceEnum::RegisterEndpointNotificationCallback
0.295 [INFO] Patched_PortAudio_MarshalStreamComPointers
0.295 [INFO] Patched_PortAudio_UnmarshalStreamComPointers
0.295 [INFO] {ASIO Out} DebugWrapperAudioClient3::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
0.296 [INFO] {ASIO Out} DebugWrapperAudioClient2::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
0.296 [INFO] {ASIO Out} DebugWrapperAudioClient::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
0.296 [INFO] {ASIO Out} DebugWrapperAudioClient::SetEventHandle
0.296 [INFO] {ASIO Out} DebugWrapperRenderClient::GetBuffer NumFramesRequested: 512
0.296 [INFO] {ASIO Out} DebugWrapperRenderClient::ReleaseBuffer NumFramesWritten: 512
0.296 [INFO] {ASIO Out} RSAsioAudioClient::SwapBuffers
0.296 [INFO] {ASIO Out} DebugWrapperAudioClient::Start
0.296 [INFO] AsioSharedHost::Start - enter startCount: 0
0.296 [INFO] Starting ASIO stream...
0.296 [INFO] AsioSharedHost::Start - leave startCount: 1
0.306 [INFO] MiniFuse ASIO Driver - AsioSharedHost::AsioCalback_bufferSwitch - buffer switch 1
0.306 [INFO] {ASIO Out} DebugWrapperRenderClient::GetBuffer NumFramesRequested: 512
0.306 [INFO] {ASIO Out} DebugWrapperRenderClient::ReleaseBuffer NumFramesWritten: 512
0.306 [INFO] {ASIO Out} RSAsioAudioClient::SwapBuffers
0.317 [INFO] MiniFuse ASIO Driver - AsioSharedHost::AsioCalback_bufferSwitch - buffer switch 2
0.317 [INFO] {ASIO Out} DebugWrapperRenderClient::GetBuffer NumFramesRequested: 512
0.317 [INFO] {ASIO Out} DebugWrapperRenderClient::ReleaseBuffer NumFramesWritten: 512
0.317 [INFO] {ASIO Out} RSAsioAudioClient::SwapBuffers
0.327 [INFO] MiniFuse ASIO Driver - AsioSharedHost::AsioCalback_bufferSwitch - buffer switch 3 (not logging upcoming switches)
26.548 [INFO] {ASIO IN 0} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 17
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.548 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.548 [INFO] requested format is not supported
26.548 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.548 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.548 [INFO] requested format is not supported
26.548 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.548 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.548 [INFO] requested format is not supported
26.548 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::Initialize - ShareMode: Exclusive Flags: 40000 bufferDuration: 3ms periodicity: 3ms
26.548 [INFO] {ASIO IN 0} RSAsioAudioClient::Initialize - host requested buffer duration: 3ms (144 frames)
26.548 [INFO] {ASIO IN 0} WAVEFORMATEX
wFormatTag: fffe
nChannels: 2
nSamplesPerSec: 48000
nAvgBytesPerSec: 384000
nBlockAlign: 8
wBitsPerSample: 32
cbSize: 22
ext.SubFormat: KSDATAFORMAT_SUBTYPE_PCM
ext.Samples: 24
ext.dwChannelMask: 3
26.548 [INFO] {ASIO IN 0} RSAsioAudioClient::Initialize - actual buffer duration: 10ms (512 frames)
26.548 [INFO] AsioSharedHost::Setup - startCount: 1
26.548 [INFO] {ASIO IN 0} DebugWrapperDevice::Activate - Activate iid: IID_IAudioEndpointVolume dwClsCtx: 1
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::GetBufferSize
26.548 [INFO] *pNumBufferFrames: 512
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::GetStreamLatency
26.548 [INFO] latency: 12ms
26.548 [INFO] {ASIO IN 0} DebugWrapperAudioClient::GetService - riid: IID_IAudioCaptureClient
26.548 [INFO] returning capture client
26.548 [INFO] Patched_PortAudio_MarshalStreamComPointers
26.549 [INFO] Patched_PortAudio_UnmarshalStreamComPointers
26.549 [INFO] {ASIO IN 0} DebugWrapperAudioClient3::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.549 [INFO] {ASIO IN 0} DebugWrapperAudioClient2::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.549 [INFO] {ASIO IN 0} DebugWrapperAudioClient::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.549 [INFO] {ASIO IN 0} DebugWrapperAudioClient::SetEventHandle
26.549 [INFO] {ASIO IN 0} DebugWrapperAudioClient::Start
26.549 [INFO] AsioSharedHost::Start - enter startCount: 1
26.549 [INFO] AsioSharedHost::Start - leave startCount: 2
26.549 [INFO] {ASIO IN 1} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 17
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.549 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.549 [INFO] requested format is not supported
26.549 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.549 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.549 [INFO] requested format is not supported
26.549 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.549 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.549 [INFO] requested format is not supported
26.549 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::Initialize - ShareMode: Exclusive Flags: 40000 bufferDuration: 3ms periodicity: 3ms
26.549 [INFO] {ASIO IN 1} RSAsioAudioClient::Initialize - host requested buffer duration: 3ms (144 frames)
26.549 [INFO] {ASIO IN 1} WAVEFORMATEX
wFormatTag: fffe
nChannels: 2
nSamplesPerSec: 48000
nAvgBytesPerSec: 384000
nBlockAlign: 8
wBitsPerSample: 32
cbSize: 22
ext.SubFormat: KSDATAFORMAT_SUBTYPE_PCM
ext.Samples: 24
ext.dwChannelMask: 3
26.549 [INFO] {ASIO IN 1} RSAsioAudioClient::Initialize - actual buffer duration: 10ms (512 frames)
26.549 [INFO] AsioSharedHost::Setup - startCount: 2
26.549 [INFO] {ASIO IN 1} DebugWrapperDevice::Activate - Activate iid: IID_IAudioEndpointVolume dwClsCtx: 1
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::GetBufferSize
26.549 [INFO] *pNumBufferFrames: 512
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::GetStreamLatency
26.549 [INFO] latency: 12ms
26.549 [INFO] {ASIO IN 1} DebugWrapperAudioClient::GetService - riid: IID_IAudioCaptureClient
26.549 [INFO] returning capture client
26.549 [INFO] Patched_PortAudio_MarshalStreamComPointers
26.550 [INFO] Patched_PortAudio_UnmarshalStreamComPointers
26.550 [INFO] {ASIO IN 1} DebugWrapperAudioClient3::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.550 [INFO] {ASIO IN 1} DebugWrapperAudioClient2::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.550 [INFO] {ASIO IN 1} DebugWrapperAudioClient::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.550 [INFO] {ASIO IN 1} DebugWrapperAudioClient::SetEventHandle
26.550 [INFO] {ASIO IN 1} DebugWrapperAudioClient::Start
26.550 [INFO] AsioSharedHost::Start - enter startCount: 2
26.550 [INFO] AsioSharedHost::Start - leave startCount: 3
26.550 [INFO] {ASIO IN 2} DebugWrapperDevice::Activate - Activate iid: IID_IAudioClient dwClsCtx: 17
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.550 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.550 [INFO] requested format is not supported
26.550 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.550 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.550 [INFO] requested format is not supported
26.550 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.550 [INFO] rejecting IEEE Float as it's incompatible with current ASIO sample type ASIOSTInt32LSB
26.550 [INFO] requested format is not supported
26.550 [INFO] hr: AUDCLNT_E_UNSUPPORTED_FORMAT
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::IsFormatSupported - ShareMode: Exclusive
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::Initialize - ShareMode: Exclusive Flags: 40000 bufferDuration: 3ms periodicity: 3ms
26.550 [INFO] {ASIO IN 2} RSAsioAudioClient::Initialize - host requested buffer duration: 3ms (144 frames)
26.550 [INFO] {ASIO IN 2} WAVEFORMATEX
wFormatTag: fffe
nChannels: 2
nSamplesPerSec: 48000
nAvgBytesPerSec: 384000
nBlockAlign: 8
wBitsPerSample: 32
cbSize: 22
ext.SubFormat: KSDATAFORMAT_SUBTYPE_PCM
ext.Samples: 24
ext.dwChannelMask: 3
26.550 [INFO] {ASIO IN 2} RSAsioAudioClient::Initialize - actual buffer duration: 10ms (512 frames)
26.550 [INFO] AsioSharedHost::Setup - startCount: 3
26.550 [INFO] {ASIO IN 2} DebugWrapperDevice::Activate - Activate iid: IID_IAudioEndpointVolume dwClsCtx: 1
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::GetBufferSize
26.550 [INFO] *pNumBufferFrames: 512
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::GetStreamLatency
26.550 [INFO] latency: 12ms
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::GetService - riid: IID_IAudioCaptureClient
26.550 [INFO] returning capture client
26.550 [INFO] Patched_PortAudio_MarshalStreamComPointers
26.550 [INFO] Patched_PortAudio_UnmarshalStreamComPointers
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient3::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient2::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::QueryInterface riid: {F2D67F48-1977-4991-A3FC-A093835A7DC2}
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::SetEventHandle
26.550 [INFO] {ASIO IN 2} DebugWrapperAudioClient::Start
26.550 [INFO] AsioSharedHost::Start - enter startCount: 3
26.550 [INFO] AsioSharedHost::Start - leave startCount: 4
26.551 [INFO] {ASIO IN 0} DebugWrapperAudioEndpointVolume::SetMasterVolumeLevelScalar fLevel: 0.17
26.551 [INFO] {ASIO IN 1} DebugWrapperAudioEndpointVolume::SetMasterVolumeLevelScalar fLevel: 0.17
26.551 [INFO] {ASIO IN 2} DebugWrapperAudioEndpointVolume::SetMasterVolumeLevelScalar fLevel: 0.17
26.558 [INFO] {ASIO IN 0} DebugWrapperCaptureClient::GetBuffer
26.558 [INFO] 26.558 [INFO] 26.558 [INFO] {ASIO IN 1}{ASIO IN 2} DebugWrapperCaptureClient::GetBuffer DebugWrapperCaptureClient::GetBuffer

26.558 [INFO] {ASIO IN 1} RSAsioAudioClient::SwapBuffers
26.558 [INFO] {ASIO IN 2} RSAsioAudioClient::SwapBuffers
26.558 [INFO] {ASIO IN 1} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 512
26.558 [INFO] {ASIO IN 2} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 512
{ASIO IN 0} RSAsioAudioClient::SwapBuffers
26.558 [INFO] {ASIO IN 0} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 512
26.569 [INFO] {ASIO IN 0} DebugWrapperCaptureClient::GetBuffer
26.569 [INFO] 26.569 [INFO] 26.569 [INFO] {ASIO IN 0} RSAsioAudioClient::SwapBuffers
{ASIO IN 2} DebugWrapperCaptureClient::GetBuffer{ASIO IN 1} DebugWrapperCaptureClient::GetBuffer
26.569 [INFO]
{ASIO IN 0} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 51226.569 [INFO]
{ASIO IN 2} RSAsioAudioClient::SwapBuffers
26.569 [INFO] {ASIO IN 1} RSAsioAudioClient::SwapBuffers
26.569 [INFO] {ASIO IN 2} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 512
26.569 [INFO] {ASIO IN 1} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 512
26.580 [INFO] {ASIO IN 0} DebugWrapperCaptureClient::GetBuffer
26.580 [INFO] 26.580 [INFO] {ASIO IN 2}{ASIO IN 1} DebugWrapperCaptureClient::GetBuffer DebugWrapperCaptureClient::GetBuffer

26.580 [INFO] {ASIO IN 0} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 51226.580 [INFO]
26.580 [INFO] {ASIO IN 1} DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 512{ASIO IN 2}
DebugWrapperCaptureClient::ReleaseBuffer NumFramesRead: 512
61.482 [INFO] {ASIO IN 0} DebugWrapperAudioEndpointVolume::SetMasterVolumeLevelScalar fLevel: 1
61.482 [INFO] {ASIO IN 1} DebugWrapperAudioEndpointVolume::SetMasterVolumeLevelScalar fLevel: 1
61.482 [INFO] {ASIO IN 2} DebugWrapperAudioEndpointVolume::SetMasterVolumeLevelScalar fLevel: 1
850.323 [INFO] {ASIO IN 0} DebugWrapperAudioClient::Stop
850.323 [INFO] AsioSharedHost::Stop - enter startCount: 4
850.323 [INFO] AsioSharedHost::Stop - leave startCount: 3
850.323 [INFO] {ASIO IN 1} DebugWrapperAudioClient::Stop
850.323 [INFO] AsioSharedHost::Stop - enter startCount: 3
850.323 [INFO] AsioSharedHost::Stop - leave startCount: 2
850.323 [INFO] {ASIO IN 2} DebugWrapperAudioClient::Stop
850.323 [INFO] AsioSharedHost::Stop - enter startCount: 2
850.323 [INFO] AsioSharedHost::Stop - leave startCount: 1
850.323 [INFO] DebugDeviceEnum::UnregisterEndpointNotificationCallback
850.324 [INFO] {ASIO Out} DebugWrapperAudioClient::Stop
850.324 [INFO] AsioSharedHost::Stop - enter startCount: 1
850.324 [INFO] AsioSharedHost::Stop - stopping ASIO stream
850.324 [INFO] AsioSharedHost::Stop - leave startCount: 0
850.324 [INFO] {ASIO Out} RSAsioAudioClient::~RSAsioAudioClient
854.423 [INFO] - Wrapper DLL unloaded

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions