Advertisement
Guest User

Rocksmith

a guest
Nov 30th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.68 KB | None | 0 0
  1. Rocksmith.ini:
  2.  
  3. [Audio]
  4. EnableMicrophone=1
  5. ExclusiveMode=0
  6. LatencyBuffer=4
  7. ForceDefaultPlaybackDevice=
  8. ForceWDM=0
  9. ForceDirectXSink=0
  10. DumpAudioLog=0
  11. MaxOutputBufferSize=0
  12. RealToneCableOnly=1
  13. Win32UltraLowLatencyMode=1
  14. [Renderer.Win32]
  15. ShowGamepadUI=0
  16. ScreenWidth=1920
  17. ScreenHeight=1080
  18. Fullscreen=2
  19. VisualQuality=1
  20. RenderingWidth=0
  21. RenderingHeight=0
  22. EnablePostEffects=1
  23. EnableShadows=1
  24. EnableHighResScope=1
  25. EnableDepthOfField=1
  26. EnablePerPixelLighting=1
  27. MsaaSamples=4
  28. DisableBrowser=0
  29. [Net]
  30. UseProxy=1
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. RS_ASIO.ini:
  38.  
  39. [Config]
  40. EnableWasapiOutputs=1
  41. EnableWasapiInputs=0
  42. EnableAsio=1
  43.  
  44. [Asio]
  45. ; available buffer size modes:
  46. ; driver - respect buffer size setting set in the driver
  47. ; host - use a buffer size as close as possible as that requested by the host application
  48. ; custom - use the buffer size specified in CustomBufferSize field
  49. BufferSizeMode=custom
  50. CustomBufferSize=96
  51.  
  52. [Asio.Output]
  53. Driver=
  54. BaseChannel=0
  55. AltBaseChannel=
  56. EnableSoftwareEndpointVolumeControl=1
  57. EnableSoftwareMasterVolumeControl=1
  58. SoftwareMasterVolumePercent=100
  59.  
  60. [Asio.Input.0]
  61. Driver=Focusrite USB ASIO
  62. Channel=1
  63. EnableSoftwareEndpointVolumeControl=1
  64. EnableSoftwareMasterVolumeControl=1
  65. SoftwareMasterVolumePercent=100
  66.  
  67. [Asio.Input.1]
  68. Driver=
  69. Channel=1
  70. EnableSoftwareEndpointVolumeControl=1
  71. EnableSoftwareMasterVolumeControl=1
  72. SoftwareMasterVolumePercent=100
  73.  
  74. [Asio.Input.Mic]
  75. Driver=
  76. Channel=1
  77. EnableSoftwareEndpointVolumeControl=1
  78. EnableSoftwareMasterVolumeControl=1
  79. SoftwareMasterVolumePercent=100
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. RS_ASIO-log.txt:
  87.  
  88. 0.000 [INFO] - Wrapper DLL loaded (v0.5.5)
  89. 0.000 [INFO] PatchOriginalCode
  90. 0.183 [INFO] Patching CoCreateInstance
  91. 0.183 [INFO] Patch_CallAbsoluteAddress - num locations: 5
  92. 0.184 [INFO] Patching call at 01C5AA85
  93. 0.184 [INFO] Patching call at 01F03B6E
  94. 0.184 [INFO] Patching call at 01F5C681
  95. 0.184 [INFO] Patching call at 01FAEF75
  96. 0.184 [INFO] Patching call at 01FAF40D
  97. 0.184 [INFO] Patching PortAudio MarshalStreamComPointers
  98. 0.184 [INFO] Patch_CallRelativeAddress - num locations: 1
  99. 0.184 [INFO] Patching call at 01F03059
  100. 0.184 [INFO] Patching PortAudio UnmarshalStreamComPointers
  101. 0.184 [INFO] Patch_CallRelativeAddress - num locations: 1
  102. 0.184 [INFO] Patching call at 01F0310E
  103. 0.703 [INFO] Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
  104. 0.703 [INFO] DebugDeviceEnum::RegisterEndpointNotificationCallback
  105. 0.704 [INFO] Patched_CoCreateInstance called: IID_IMMDeviceEnumerator
  106. 0.704 [INFO] DebugDeviceEnum::GetDefaultAudioEndpoint - dataFlow: eRender - role: eMultimedia
  107. 0.704 [INFO] RSAggregatorDeviceEnum::UpdateAvailableDevices
  108. 0.704 [INFO] AsioHelpers::FindDrivers
  109. 0.704 [INFO] Focusrite Thunderbolt ASIO
  110. 0.704 [INFO] Focusrite USB ASIO
  111. 0.704 [INFO] Voicemeeter Virtual ASIO
  112. 0.704 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - input[0] requesting ASIO driver: Focusrite USB ASIO
  113. 0.704 [INFO] Creating AsioSharedHost - dll: c:\program files\focusriteusb\focusriteusbasio32.dll
  114. 0.710 [INFO] ASIO input channels info:
  115. 0.710 [INFO] 0 - active: 0, channel: 0, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: Input 1
  116. 0.710 [INFO] 1 - active: 0, channel: 1, group: 0, isInput: 1, type: ASIOSTInt32LSB, name: Input 2
  117. 0.710 [INFO] ASIO output channels info:
  118. 0.710 [INFO] 0 - active: 0, channel: 0, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Output 1
  119. 0.710 [INFO] 1 - active: 0, channel: 1, group: 0, isInput: 0, type: ASIOSTInt32LSB, name: Output 2
  120. 0.710 [INFO] RSAsioDeviceEnum::UpdateAvailableDevices - OK
  121. 0.715 [INFO] DebugDeviceEnum::UpdateAvailableDevices - 32 render devices, 1 capture devices
  122. 0.715 [INFO] hr: S_OK
  123. 0.715 [INFO] *ppEndpoint: 1899EC20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement