Advertisement
Guest User

Rocksmith RSASIO

a guest
Jun 18th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. This is my Rocksmith.ini (NOT my RS_ASIO.ini, that's below)
  2. [Audio]
  3. EnableMicrophone=1
  4. ExclusiveMode=1
  5. LatencyBuffer=2
  6. ForceDefaultPlaybackDevice=
  7. ForceWDM=0
  8. ForceDirectXSink=0
  9. DumpAudioLog=0
  10. MaxOutputBufferSize=0
  11. RealToneCableOnly=0
  12. MonoToStereoChannel=0
  13. Win32UltraLowLatencyMode=1
  14. [Renderer.Win32]
  15. ShowGamepadUI=0
  16. ScreenWidth=2560
  17. ScreenHeight=1600
  18. Fullscreen=1
  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. [Global]
  32. Version=1
  33.  
  34.  
  35. This is my RS_ASIO.ini:
  36.  
  37. # for "EnableWasapiOutputs" you can use -1 to have a message prompting
  38.  
  39. # to use either WASAPI or ASIO for output every time you boot the game
  40.  
  41. [Config]
  42.  
  43. EnableWasapiOutputs=1
  44.  
  45. EnableWasapiInputs=0
  46.  
  47. EnableAsio=1
  48.  
  49. [Asio]
  50.  
  51. ; available buffer size modes:
  52.  
  53. ; driver - respect buffer size setting set in the driver
  54.  
  55. ; host - use a buffer size as close as possible as that requested by the host application
  56.  
  57. ; custom - use the buffer size specified in CustomBufferSize field
  58.  
  59. BufferSizeMode=driver
  60.  
  61. CustomBufferSize=
  62.  
  63. # if your game hangs or crashes on exit, try setting "EnableRefCountHack" to true.
  64.  
  65. # when blank or invalid, the value of "EnableRefCountHack" will be interpreted as
  66.  
  67. # true if RS ASIO detects the usage of Asio4All.
  68.  
  69. # the same applies for all inputs.
  70.  
  71. [Asio.Output]
  72.  
  73. Driver=Focusrite USB ASIO
  74.  
  75. BaseChannel=0
  76.  
  77. AltBaseChannel=
  78.  
  79. EnableSoftwareEndpointVolumeControl=1
  80.  
  81. EnableSoftwareMasterVolumeControl=1
  82.  
  83. SoftwareMasterVolumePercent=100
  84.  
  85. EnableRefCountHack=
  86.  
  87. [Asio.Input.0]
  88.  
  89. Driver=Focusrite USB ASIO
  90.  
  91. Channel=0
  92.  
  93. EnableSoftwareEndpointVolumeControl=1
  94.  
  95. EnableSoftwareMasterVolumeControl=1
  96.  
  97. SoftwareMasterVolumePercent=100
  98.  
  99. EnableRefCountHack=
  100.  
  101. [Asio.Input.1]
  102.  
  103. Driver=Focusrite USB ASIO
  104.  
  105. Channel=1
  106.  
  107. EnableSoftwareEndpointVolumeControl=1
  108.  
  109. EnableSoftwareMasterVolumeControl=1
  110.  
  111. SoftwareMasterVolumePercent=100
  112.  
  113. EnableRefCountHack=
  114.  
  115. [Asio.Input.Mic]
  116.  
  117. Driver=
  118.  
  119. Channel=1
  120.  
  121. EnableSoftwareEndpointVolumeControl=1
  122.  
  123. EnableSoftwareMasterVolumeControl=1
  124.  
  125. SoftwareMasterVolumePercent=100
  126.  
  127. EnableRefCountHack=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement