Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This is my Rocksmith.ini (NOT my RS_ASIO.ini, that's below)
- [Audio]
- EnableMicrophone=1
- ExclusiveMode=1
- LatencyBuffer=2
- ForceDefaultPlaybackDevice=
- ForceWDM=0
- ForceDirectXSink=0
- DumpAudioLog=0
- MaxOutputBufferSize=0
- RealToneCableOnly=0
- MonoToStereoChannel=0
- Win32UltraLowLatencyMode=1
- [Renderer.Win32]
- ShowGamepadUI=0
- ScreenWidth=2560
- ScreenHeight=1600
- Fullscreen=1
- VisualQuality=1
- RenderingWidth=0
- RenderingHeight=0
- EnablePostEffects=1
- EnableShadows=1
- EnableHighResScope=1
- EnableDepthOfField=1
- EnablePerPixelLighting=1
- MsaaSamples=4
- DisableBrowser=0
- [Net]
- UseProxy=1
- [Global]
- Version=1
- This is my RS_ASIO.ini:
- # 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=1
- 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=Focusrite USB ASIO
- BaseChannel=0
- AltBaseChannel=
- EnableSoftwareEndpointVolumeControl=1
- EnableSoftwareMasterVolumeControl=1
- SoftwareMasterVolumePercent=100
- EnableRefCountHack=
- [Asio.Input.0]
- Driver=Focusrite USB ASIO
- Channel=0
- EnableSoftwareEndpointVolumeControl=1
- EnableSoftwareMasterVolumeControl=1
- SoftwareMasterVolumePercent=100
- EnableRefCountHack=
- [Asio.Input.1]
- Driver=Focusrite USB ASIO
- Channel=1
- EnableSoftwareEndpointVolumeControl=1
- EnableSoftwareMasterVolumeControl=1
- SoftwareMasterVolumePercent=100
- EnableRefCountHack=
- [Asio.Input.Mic]
- Driver=
- Channel=1
- EnableSoftwareEndpointVolumeControl=1
- EnableSoftwareMasterVolumeControl=1
- SoftwareMasterVolumePercent=100
- EnableRefCountHack=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement