-
Notifications
You must be signed in to change notification settings - Fork 116
Description
Not entirely sure what im misssing here. I thought i foillowed your directions pretty closely. maybe i missed something? could someone have a look?> audio is set to 48k as well
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=256
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= M-Audio M-Track Solo and Duo ASIO Realtek ASIO
BaseChannel=0
AltBaseChannel=
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
[Asio.Input.0]
Driver= M-Audio M-Track Solo and Duo ASIO Realtek ASIO
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
[Asio.Input.1]
Driver= M-Audio M-Track Solo and Duo ASIO Realtek ASIO
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
[Asio.Input.Mic]
Driver= M-Audio M-Track Solo and Duo ASIO Realtek ASIO
Channel=1
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
EnableRefCountHack=
- Wrapper DLL loaded (v0.7.4)
0.000 [INFO] PatchOriginalCode
0.027 [INFO] image crc32: 0xd1b38fcb
0.183 [INFO] Patching CoCreateInstance
0.183 [INFO] Patch_CallAbsoluteIndirectAddress - num locations: 2
0.183 [INFO] Patching call at 00C02DBD
0.183 [INFO] Patching call at 00E75278
0.183 [INFO] Patching PortAudio MarshalStreamComPointers
0.183 [INFO] Patch_CallRelativeAddress - num locations: 1
0.183 [INFO] Patching call at 00E7483F
0.183 [INFO] Patching PortAudio UnmarshalStreamComPointers
0.183 [INFO] Patch_CallRelativeAddress - num locations: 1
0.183 [INFO] Patching call at 00E748F4
0.183 [INFO] Patching Two Guitar Tones Connected Message Box (starting menu) (num locations: 1)
0.183 [INFO] Patching bytes at 007C0C66
0.183 [INFO] Patching Two Guitar Tones Connected Message Box (main menu) (num locations: 1)
0.183 [INFO] Patching bytes at 007C0CDA
0.183 [INFO] Patching unknown crash when certain audio devices are found (num locations: 1)
0.183 [INFO] Patching bytes at 00E7CF70
0.183 [INFO] Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
0.185 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eRender - role: eMultimedia
0.185 [INFO] RSAggregatorDeviceEnum::UpdateAvailableDevices
0.185 [INFO] GetWineAsioInfo - Looking for "wineasio32.dll"... Not found.
0.185 [INFO] GetWineAsioInfo - Looking for "wineasio.dll"... Not found.
0.186 [INFO] AsioHelpers::FindDrivers
0.186 [INFO] M-Audio M-Track Solo and Duo ASIO
0.186 [INFO] Realtek ASIO
0.186 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - output requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
0.186 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
0.186 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[0] requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
0.186 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
0.186 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[1] requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
0.186 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
0.186 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[2] requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
0.186 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
0.186 [INFO] DebugDeviceEnum::UpdateAvailableDevices - 0 render devices, 0 capture devices
0.186 [INFO] hr: 80070490
0.186 [INFO] *ppEndpoint: 00000000
0.186 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eCapture - role: eMultimedia
0.186 [INFO] hr: 80070490
0.186 [INFO] *ppEndpoint: 00000000
0.186 [INFO] DebugDeviceEnum::EnumAudioEndpoints - dataFlow: eAll - dwStateMask: 1
0.186 [INFO] hr: S_OK
0.186 [INFO] *ppDevices: 09492B18
1.849 [INFO] Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
1.849 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eRender - role: eMultimedia
1.849 [INFO] RSAggregatorDeviceEnum::UpdateAvailableDevices
1.850 [INFO] AsioHelpers::FindDrivers
1.850 [INFO] M-Audio M-Track Solo and Duo ASIO
1.850 [INFO] Realtek ASIO
1.850 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - output requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
1.850 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
1.850 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[0] requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
1.850 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
1.850 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[1] requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
1.850 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
1.850 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[2] requesting ASIO driver: M-Audio M-Track Solo and Duo ASIO Realtek ASIO
1.850 [ERROR] RSAsioDeviceEnum::UpdateAvailableDevices - failed.
1.850 [INFO] DebugDeviceEnum::UpdateAvailableDevices - 0 render devices, 0 capture devices
1.850 [INFO] hr: 80070490
1.850 [INFO] *ppEndpoint: 00000000
1.850 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eCapture - role: eMultimedia
1.850 [INFO] hr: 80070490
1.850 [INFO] *ppEndpoint: 00000000
1.850 [INFO] DebugDeviceEnum::EnumAudioEndpoints - dataFlow: eAll - dwStateMask: 1
1.850 [INFO] hr: S_OK
1.850 [INFO] *ppDevices: 130EE008
1.855 [INFO] DebugDeviceEnum::RegisterEndpointNotificationCallback
5.893 [INFO] DebugDeviceEnum::UnregisterEndpointNotificationCallback
6.044 [INFO] - Wrapper DLL unloaded