You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The XR18 works perfectly with rs_asio! Pretty much default settings out of the box. The only important thing to note is the XR18 interface lists channels as 1-18, while rs_asio shows 0-17. So you have to subtract 1 to match the correct channel.
The default buffer size of the driver is 512. With LatencyBuffer set to 4, this works. If I try to lower this at all the sound becomes garbled. Not sure if reducing the buffer size would allow me to reduce the LatencyBuffer or not - it works as is and I didn't want to mess with it.
(Unrelated to rs_asio: It's also interesting to note that RockSmith will not work with the XR18 using traditional Wasapi drivers. The output is completely silent unless you turn off RockSmith's ExclusiveMode setting, which then causes some odd behavior. Sometimes sound is gabled, sometimes it isn't. RockSmith sets all input volume to 17. I'm not sure if I had a bad Real Tone cable, but I couldn't get any combination to work thru traditional Windows sound drivers. -- Thankfully rs_asio works perfectly)
I've included everything I have below.
RS_ASIO.ini
[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 fieldBufferSizeMode=driver
CustomBufferSize=
[Asio.Output]Driver=X18 ASIO Driver
BaseChannel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
[Asio.Input.0]Driver=X18 ASIO Driver
Channel=0
EnableSoftwareEndpointVolumeControl=1
EnableSoftwareMasterVolumeControl=1
SoftwareMasterVolumePercent=100
; [Asio.Input.1]; Driver=; Channel=1; EnableSoftwareEndpointVolumeControl=1; EnableSoftwareMasterVolumeControl=1; SoftwareMasterVolumePercent=100
I can't tell exactly what LatencyBuffer does to Rocksmith; it seems to be the number of queued buffers but I'm not sure.
And yes, you can try lowering the buffer size first, and if you get stable sound with something like 128, you can then try to lower the LatencyBuffer
The XR18 works perfectly with rs_asio! Pretty much default settings out of the box. The only important thing to note is the XR18 interface lists channels as 1-18, while rs_asio shows 0-17. So you have to subtract 1 to match the correct channel.
The default buffer size of the driver is 512. With LatencyBuffer set to 4, this works. If I try to lower this at all the sound becomes garbled. Not sure if reducing the buffer size would allow me to reduce the LatencyBuffer or not - it works as is and I didn't want to mess with it.
(Unrelated to rs_asio: It's also interesting to note that RockSmith will not work with the XR18 using traditional Wasapi drivers. The output is completely silent unless you turn off RockSmith's ExclusiveMode setting, which then causes some odd behavior. Sometimes sound is gabled, sometimes it isn't. RockSmith sets all input volume to 17. I'm not sure if I had a bad Real Tone cable, but I couldn't get any combination to work thru traditional Windows sound drivers. -- Thankfully rs_asio works perfectly)
I've included everything I have below.
RS_ASIO.ini
RockSmith.ini
Driver Info from RS-ASIO-log
The text was updated successfully, but these errors were encountered: